]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/pr176.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / pr176.java
diff --git a/libjava/testsuite/libjava.compile/pr176.java b/libjava/testsuite/libjava.compile/pr176.java
deleted file mode 100644 (file)
index a52b5bb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// gcj (20000313) reports "Type `x' not found in the declaration of the
-// return type of method `getX'."
-
-public class pr176
-{
-  class A
-  {
-    x getX()
-    {
-      return new x();
-    }
-
-    class x {}
-  }
-}