langtools/test/tools/javac/diags/examples.not-yet.txt
changeset 23809 9405883da95f
parent 23790 0697e38017ec
child 24068 d8a1180faaa9
--- a/langtools/test/tools/javac/diags/examples.not-yet.txt	Fri Apr 04 18:36:16 2014 -0700
+++ b/langtools/test/tools/javac/diags/examples.not-yet.txt	Fri Apr 04 19:13:53 2014 -0400
@@ -111,4 +111,5 @@
 compiler.warn.unknown.enum.constant.reason              # in bad class file
 compiler.warn.override.equals.but.not.hashcode          # when a class overrides equals but not hashCode method from Object
 compiler.warn.file.from.future                          # warning for future modification times on files
+compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
 compiler.misc.bad.class.file                            # class file is malformed