mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine
This commit is contained in:
parent
9264fe218f
commit
b6262441ad
1174 changed files with 3548 additions and 1516 deletions
|
@ -3,6 +3,8 @@
|
|||
* @bug 6994946
|
||||
* @summary option to specify only syntax errors as unrecoverable
|
||||
* @library /tools/javac/lib
|
||||
* @modules java.compiler
|
||||
* jdk.compiler
|
||||
* @build JavacTestingAbstractProcessor TestProcessor
|
||||
* @compile/fail/ref=SyntaxErrorTest.out -XDrawDiagnostics -processor TestProcessor SyntaxErrorTest.java
|
||||
* @compile/fail/ref=SyntaxErrorTest.out -XDrawDiagnostics -XDonlySyntaxErrorsUnrecoverable -processor TestProcessor SyntaxErrorTest.java
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue