test/tools/javac/7129225/TestImportStar.java

changeset 1521
71f35e4b93a5
parent 1466
b52a38d4536c
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/7129225/TestImportStar.java	Wed Jan 23 20:57:40 2013 +0000
     1.2 +++ b/test/tools/javac/7129225/TestImportStar.java	Wed Jan 23 13:27:24 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -30,7 +30,7 @@
    1.11   * @build JavacTestingAbstractProcessor
    1.12   * @compile/fail/ref=NegTest.ref -XDrawDiagnostics TestImportStar.java
    1.13   * @compile Anno.java AnnoProcessor.java
    1.14 - * @compile/ref=TestImportStar.ref -XDrawDiagnostics -processor AnnoProcessor -proc:only TestImportStar.java
    1.15 + * @compile/fail/ref=TestImportStar.ref -XDrawDiagnostics -processor AnnoProcessor -proc:only TestImportStar.java
    1.16   */
    1.17  
    1.18   //The @compile/fail... verifies that the fix doesn't break the normal compilation of import xxx.*

mercurial