langtools/test/tools/javac/diags/examples.not-yet.txt
changeset 16301 b6fd735ea78e
parent 15385 ee1eebe7e210
child 21006 534673718919
--- a/langtools/test/tools/javac/diags/examples.not-yet.txt	Fri Feb 15 18:40:38 2013 -0800
+++ b/langtools/test/tools/javac/diags/examples.not-yet.txt	Mon Feb 18 14:33:25 2013 +0000
@@ -110,4 +110,5 @@
 compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
 compiler.warn.unknown.enum.constant                     # in bad class file
 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