diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/Where.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/Where.java | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libjava/testsuite/libjava.compile/Where.java b/libjava/testsuite/libjava.compile/Where.java deleted file mode 100644 index 08fcc78b1d6..00000000000 --- a/libjava/testsuite/libjava.compile/Where.java +++ /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; - } -} - - |