Skip to content

Commit a2f6519

Browse files
committedOct 9, 2020
8233685: Test tools/javac/modules/AddLimitMods.java fails
Reviewed-by: vromero
1 parent 70be8c7 commit a2f6519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/langtools/tools/javac/modules/AddLimitMods.java

+1
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ public void testRuntime2Compile(Path base) throws Exception {
394394
try {
395395
System.err.println("Running m2x/test.Test:");
396396
output = new JavaTask(tb)
397+
.includeStandardOptions(false)
397398
.vmOptions(augmentOptions(options,
398399
Collections.emptyList(),
399400
"--module-path", modulePath.toString() + File.pathSeparator + out.getParent().toString(),

0 commit comments

Comments
 (0)
Please sign in to comment.