]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/Where.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / Where.java
diff --git a/libjava/testsuite/libjava.compile/Where.java b/libjava/testsuite/libjava.compile/Where.java
deleted file mode 100644 (file)
index 08fcc78..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// Simple compiler test.
-
-public final class Where implements support.Waldo 
-{
-  int WhereIsWaldo ()
-    {
-      // The compiler should find 'here' in support.Waldo.
-      return here;
-    }
-}
-
-