mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8005282: Use @library tag with non-relative path for javac tests
Reviewed-by: jjg
This commit is contained in:
parent
e2bd09e6f6
commit
378571e10e
81 changed files with 81 additions and 81 deletions
|
@ -2,7 +2,7 @@
|
|||
* @test /nodynamiccopyright/
|
||||
* @bug 6994946
|
||||
* @summary option to specify only syntax errors as unrecoverable
|
||||
* @library ../../lib
|
||||
* @library /tools/javac/lib
|
||||
* @build JavacTestingAbstractProcessor TestProcessor
|
||||
* @compile/fail/ref=SemanticErrorTest.1.out -XDrawDiagnostics -processor TestProcessor SemanticErrorTest.java
|
||||
* @compile/fail/ref=SemanticErrorTest.2.out -XDrawDiagnostics -XDonlySyntaxErrorsUnrecoverable -processor TestProcessor SemanticErrorTest.java
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue