< prev index next >

test/jdk/tools/jlink/plugins/SystemModuleDescriptors/UserModuleTest.java

Print this page
rev 51638 : [mq]: 8210112

@@ -33,11 +33,11 @@
 import java.util.stream.Stream;
 
 import jdk.test.lib.compiler.CompilerUtils;
 import jdk.test.lib.util.FileUtils;
 
-import static jdk.testlibrary.ProcessTools.*;
+import static jdk.test.lib.process.ProcessTools.*;
 
 import org.testng.annotations.BeforeTest;
 import org.testng.annotations.Test;
 import static org.testng.Assert.*;
 

@@ -49,11 +49,11 @@
  * @modules java.base/jdk.internal.module
  * @modules java.base/jdk.internal.org.objectweb.asm
  * @build jdk.test.lib.compiler.CompilerUtils
  *        jdk.test.lib.util.FileUtils
  *        jdk.test.lib.Platform
- *        ModuleTargetHelper UserModuleTest jdk.testlibrary.ProcessTools
+ *        ModuleTargetHelper UserModuleTest jdk.test.lib.process.ProcessTools
  * @run testng UserModuleTest
  */
 
 public class UserModuleTest {
     private static final String JAVA_HOME = System.getProperty("java.home");
< prev index next >