< prev index next >

test/jdk/tools/launcher/modules/showmoduleresolution/ShowModuleResolutionTest.java

Print this page
rev 51638 : [mq]: 8210112

@@ -23,17 +23,17 @@
 
 /**
  * @test
  * @requires !vm.graal.enabled
  * @modules jdk.jdeps jdk.zipfs
- * @library /lib/testlibrary
- * @build ShowModuleResolutionTest jdk.testlibrary.*
+ * @library /test/lib
+ * @build ShowModuleResolutionTest
  * @run testng ShowModuleResolutionTest
  * @summary Basic test for java --show-module-resolution
  */
 
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.process.ProcessTools;
 
 import org.testng.annotations.Test;
 import static org.testng.Assert.*;
 
 @Test
< prev index next >