]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/Case.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / Case.java
diff --git a/libjava/testsuite/libjava.compile/Case.java b/libjava/testsuite/libjava.compile/Case.java
deleted file mode 100644 (file)
index c5eb1d5..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// Simple compiler test.
-
-public class Case 
-{
-  public static int foo (int i, support.Case x)
-    {
-      switch (i)
-       {
-       case x.A:
-         return 1;
-       default:
-         return 0;
-       }
-    }
-}