langtools/test/tools/javac/HiddenAbstractMethod/Test
changeset 17812 816b32d6bcb1
parent 17649 8d69eb441266
parent 17811 afcf17402cdb
child 17813 1697301ac053
--- a/langtools/test/tools/javac/HiddenAbstractMethod/Test	Thu May 23 10:47:57 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-/*
- * @test
- * @bug 1240831
- * @summary Certain classes should have been reported as abstract, but
- *          the compiler failed to detect this.  This comes up when a
- *          subclass declares a method with the same name as an
- *          unimplemented, unaccessible method in a superclass.  Even though
- *          the method has the same name, it does not override.
- * @author turnidge
- *
- * @compile/fail -nowrite one/Parent.java two/Child.java
- */