]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/G19990210_2.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / G19990210_2.java
diff --git a/libjava/testsuite/libjava.compile/G19990210_2.java b/libjava/testsuite/libjava.compile/G19990210_2.java
deleted file mode 100644 (file)
index 3ad7d28..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*-------------------------------------------------------------------------*/
-/* File name : G19990210_2                                                 */
-/*           :                                                             */
-/* Cause     :                                                             */
-/*           :                                                             */
-/* Message   : G19990210_2.java: In class `G19990210_2':                   */
-/*           : G19990210_2.java: In method `foo()':                        */
-/*           : G19990210_2.java:5: Missing return statement.               */
-/*           :         }                                                   */
-/*           :         ^                                                   */
-/*           : 1 error                                                     */
-/*-------------------------------------------------------------------------*/
-public class G19990210_2  {
-  public int foo () {
-       return 1;
-       ;
-  }
-}