diff -r 77d395862700 -r bb7271e64ef6 test/tools/javac/defaultMethods/Neg01.java --- a/test/tools/javac/defaultMethods/Neg01.java Mon Sep 09 23:13:45 2013 +0200 +++ b/test/tools/javac/defaultMethods/Neg01.java Tue Sep 10 13:47:51 2013 +0200 @@ -1,5 +1,5 @@ -/* - * @test /nodynamiccopyright/ +/* @test /nodynamiccopyright/ + * @bug 7192246 * @summary negative test for ambiguous defaults * @compile/fail/ref=Neg01.out -XDrawDiagnostics Neg01.java */