mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8165109: langtools/test switches to use new CLI options
Reviewed-by: jjg, amlu
This commit is contained in:
parent
8120ff3110
commit
2a62da3a63
15 changed files with 35 additions and 35 deletions
|
@ -78,7 +78,7 @@ public class AnachronisticModuleInfoTest extends TestRunner {
|
|||
|
||||
String log = new JavacTask(tb, Task.Mode.CMDLINE)
|
||||
.options("-XDrawDiagnostics",
|
||||
"-upgrademodulepath", modulePath)
|
||||
"--upgrade-module-path", modulePath)
|
||||
.files(findJavaFiles(src))
|
||||
.run(Task.Expect.FAIL)
|
||||
.writeAll()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue