]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/Twice.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / Twice.java
diff --git a/libjava/testsuite/libjava.compile/Twice.java b/libjava/testsuite/libjava.compile/Twice.java
deleted file mode 100644 (file)
index d80760f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-// Simple compiler test.
-
-public class Twice
-{
-  Twice (boolean q)
-    {
-      if (q)
-       for (int p = 0; p < 10; p++);
-      else
-       for (int p = 0; p < 10; p++);
-    }
-}
-
-