mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8164887: update tests to remove use of old-style options
Reviewed-by: mchung
This commit is contained in:
parent
0b92f87233
commit
1386ffb4f2
23 changed files with 93 additions and 96 deletions
|
@ -194,7 +194,7 @@ public class GraphsTest extends ModuleTestBase {
|
|||
.write(modSrc);
|
||||
String log = new JavacTask(tb)
|
||||
.options("-XDrawDiagnostics",
|
||||
"-modulesourcepath", modSrc.toString())
|
||||
"--module-source-path", modSrc.toString())
|
||||
.outdir(Files.createDirectories(base.resolve("negative")))
|
||||
.files(findJavaFiles(modSrc))
|
||||
.run(Task.Expect.FAIL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue