--- 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