diff -r 77d395862700 -r bb7271e64ef6 test/tools/javac/defaultMethods/Neg11.java --- a/test/tools/javac/defaultMethods/Neg11.java Mon Sep 09 23:13:45 2013 +0200 +++ b/test/tools/javac/defaultMethods/Neg11.java Tue Sep 10 13:47:51 2013 +0200 @@ -1,5 +1,5 @@ -/* - * @test /nodynamiccopyright/ +/* @test /nodynamiccopyright/ + * @bug 7192246 * @summary check that default overrides are properly type-checked * @compile/fail/ref=Neg11.out -XDrawDiagnostics Neg11.java */