langtools/test/tools/javac/modules/AddLimitMods.java
changeset 36994 b6fede3120ae
parent 36778 e04318f39f92
child 37848 3c8ff4204d2d
child 37758 3ecf9b414e05
--- a/langtools/test/tools/javac/modules/AddLimitMods.java	Tue Apr 05 00:46:51 2016 -0700
+++ b/langtools/test/tools/javac/modules/AddLimitMods.java	Tue Apr 05 21:17:25 2016 +0100
@@ -391,7 +391,7 @@
                                                  Collections.emptyList(),
                                                  "-modulepath", modulePath.toString() + File.pathSeparator + out.getParent().toString(),
                                                  "-classpath", classpathOut.toString(),
-                                                 "-XaddReads:m2=ALL-UNNAMED,m2=automatic",
+                                                 "-XaddReads:m2=ALL-UNNAMED,automatic",
                                                  "-m", "m2/test.Test"))
                        .run()
                        .writeAll()