< prev index next >

test/jdk/tools/launcher/modules/listmods/ListModsTest.java

Print this page
rev 51638 : [mq]: 8210112

@@ -22,23 +22,23 @@
  */
 
 /**
  * @test
  * @requires !vm.graal.enabled
- * @library /lib/testlibrary /test/lib
+ * @library /test/lib
  * @modules java.se
- * @build ListModsTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.*
+ * @build ListModsTest jdk.test.lib.compiler.CompilerUtils
  * @run testng ListModsTest
  * @summary Basic test for java --list-modules
  */
 
 import java.nio.file.Path;
 import java.nio.file.Paths;
 
 import jdk.test.lib.compiler.CompilerUtils;
-import jdk.testlibrary.ProcessTools;
-import jdk.testlibrary.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
 
 import org.testng.annotations.BeforeTest;
 import org.testng.annotations.Test;
 import static org.testng.Assert.*;
 
< prev index next >