test/tools/javac/defaultMethods/Neg05.java

changeset 1415
01c9d4161882
parent 1393
d7d932236fee
child 2020
bb7271e64ef6
     1.1 --- a/test/tools/javac/defaultMethods/Neg05.java	Fri Nov 16 18:27:36 2012 +0000
     1.2 +++ b/test/tools/javac/defaultMethods/Neg05.java	Sat Nov 17 19:01:03 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * @test /nodynamiccopyright/
     1.6   * @summary check that abstract methods are compatible with inherited defaults
     1.7 - * @compile/fail/ref=Neg05.out -XDallowDefaultMethods -XDrawDiagnostics Neg05.java
     1.8 + * @compile/fail/ref=Neg05.out -XDrawDiagnostics Neg05.java
     1.9   */
    1.10  
    1.11  class Neg05 {

mercurial