< prev index next >

jdk/test/java/lang/ClassLoader/LibraryPathProperty.java

Print this page
rev 17427 : imported patch 8182154

@@ -25,20 +25,20 @@
  * @test
  * @bug 8067951
  * @summary Unit test for internal ClassLoader#initializePath().
  *          Quoted entries should get unquoted on Windows.
  *          Empty entries should be replaced with dot.
- * @library /lib/testlibrary
+ * @library /test/lib
  * @modules java.base/java.lang:open
- * @build jdk.testlibrary.Platform
+ * @build jdk.test.lib.Platform
  * @run main LibraryPathProperty
  */
 
 import java.lang.reflect.Method;
 import java.io.File;
 import java.util.Arrays;
-import jdk.testlibrary.Platform;
+import jdk.test.lib.Platform;
 
 public class LibraryPathProperty {
 
     static final String propName = "test.property.name";
     static final String SP = File.pathSeparator;
< prev index next >