test/tools/javac/T7042623.java

Wed, 30 Oct 2013 18:09:49 +0000

author
vromero
date
Wed, 30 Oct 2013 18:09:49 +0000
changeset 2173
537fa895fd74
parent 2134
b0c086cd4520
child 2190
24eaf41a3974
permissions
-rw-r--r--

8027327: jar files related to test test/tools/javac/ExtDirs/ExtDirTest.java should be removed from the repo
Reviewed-by: ksrini

     1 /*
     2  * @test /nodynamiccopyright/
     3  * @bug 7042623
     4  * @summary Regression: javac silently crash when attributing non-existent annotation
     5  * @ignore
     6  * @compile/fail/ref=T7042623.out -XDrawDiagnostics -XDdev T7042623.java
     7  */
     9 @interface Defined2 {}
    11 @Undefined1(@Defined2)
    12 class Test1{}

mercurial