< prev index next >

test/jdk/jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java

Print this page
rev 51638 : [mq]: 8210112

@@ -21,13 +21,13 @@
  * questions.
  */
 
 /**
  * @test
- * @library /lib/testlibrary /test/lib
+ * @library /test/lib
  * @modules jdk.compiler
- * @build OverlappingPackagesTest jdk.testlibrary.*
+ * @build OverlappingPackagesTest
  *        jdk.test.lib.compiler.CompilerUtils
  * @run testng OverlappingPackagesTest
  * @summary Basic test to ensure that startup fails if two or more modules
  *          in the boot Layer have the same package
  */

@@ -36,11 +36,11 @@
 import java.nio.file.Paths;
 import java.util.Arrays;
 import java.util.List;
 
 import jdk.test.lib.compiler.CompilerUtils;
-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.*;
 
< prev index next >