test/tools/javac/rawDiags/Error.java

Thu, 06 Jun 2013 15:38:42 +0100

author
mcimadamore
date
Thu, 06 Jun 2013 15:38:42 +0100
changeset 1814
5b039297151e
parent 611
4172cfff05f0
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Merge

     1 /*
     2  * @test  /nodynamiccopyright/
     3  * @bug 6177732
     4  * @summary add hidden option to have compiler generate diagnostics in more machine-readable form
     5  * @compile/fail/ref=Error.out -XDrawDiagnostics Error.java
     6  */
     7 class Error
     8 {
     9     static void error

mercurial