< prev index next >

test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddReads.java

Print this page
rev 51789 : [mq]: asserts

@@ -23,11 +23,11 @@
  */
 
 /**
  * @test
  * @requires vm.cds
- * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/appcds
+ * @library /test/lib /test/hotspot/jtreg/runtime/appcds
  * @modules jdk.compiler
  *          jdk.jartool/sun.tools.jar
  *          jdk.jlink
  * @run main AddReads
  * @summary sanity test the --add-reads option

@@ -37,11 +37,11 @@
 import java.nio.file.Files;
 import java.nio.file.Path;
 import java.nio.file.Paths;
 
 import jdk.test.lib.process.OutputAnalyzer;
-import jdk.testlibrary.Asserts;
+import jdk.test.lib.Asserts;
 
 public class AddReads {
 
     private static final Path USER_DIR = Paths.get(System.getProperty("user.dir"));
 
< prev index next >