diff -r 77d395862700 -r bb7271e64ef6 test/tools/javac/defaultMethods/Neg16.java --- a/test/tools/javac/defaultMethods/Neg16.java Mon Sep 09 23:13:45 2013 +0200 +++ b/test/tools/javac/defaultMethods/Neg16.java Tue Sep 10 13:47:51 2013 +0200 @@ -1,5 +1,5 @@ -/* - * @test /nodynamiccopyright/ +/* @test /nodynamiccopyright/ + * @bug 7192246 * @summary check that level skipping in default super calls is correctly rejected * @compile/fail/ref=Neg16.out -XDrawDiagnostics Neg16.java */