< prev index next >

langtools/test/tools/jdeps/jdkinternals/RemovedJDKInternals.java

Print this page

        

@@ -69,11 +69,11 @@
         Path codecSrc = Paths.get(TEST_SRC, "patches", "java.desktop");
         Path codecDest = PATCHES_DIR;
         assertTrue(CompilerUtils.compile(codecSrc, codecDest));
 
         // patch jdk.unsupported and set -cp to codec types
-        assertTrue(CompilerUtils.compile(Paths.get(TEST_SRC, "src"),
+        assertTrue(CompilerUtils.compile(Paths.get(TEST_SRC, "src", "p"),
                                          CLASSES_DIR,
                                          "-Xpatch:jdk.unsupported=" + patchDir,
                                          "-cp", codecDest.toString()));
     }
 
< prev index next >