< prev index next >

test/jdk/tools/launcher/modules/describe/DescribeModuleTest.java

Print this page
rev 51638 : [mq]: 8210112

@@ -22,17 +22,17 @@
  */
 
 /**
  * @test
  * @modules java.xml
- * @library /lib/testlibrary
- * @build DescribeModuleTest jdk.testlibrary.*
+ * @library /test/lib
+ * @build DescribeModuleTest
  * @run testng DescribeModuleTest
  * @summary Basic test for java --describe-module
  */
 
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.process.ProcessTools;
 
 import org.testng.annotations.Test;
 import static org.testng.Assert.*;
 
 @Test
< prev index next >