< prev index next >

jdk/test/java/lang/reflect/Proxy/ProxyLayerTest.java

Print this page

        

@@ -63,11 +63,11 @@
      */
     @BeforeTest
     public void compileAll() throws Exception {
         for (String mn : modules) {
             Path msrc = SRC_DIR.resolve(mn);
-            assertTrue(CompilerUtils.compile(msrc, MODS_DIR, "-modulesourcepath", SRC_DIR.toString()));
+            assertTrue(CompilerUtils.compile(msrc, MODS_DIR, "--module-source-path", SRC_DIR.toString()));
         }
     }
 
     /**
      * Test proxy implementing interfaces in a Layer defined in
< prev index next >