]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/redef6.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / redef6.java
diff --git a/libjava/testsuite/libjava.compile/redef6.java b/libjava/testsuite/libjava.compile/redef6.java
deleted file mode 100644 (file)
index 1489d5e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-package bar.foo;
-// Redefining and stuffing the redefined class with something
-
-class redef6 {
-  class redef6 {int foo;}
-}