< prev index next >

jdk/test/tools/launcher/modules/addreads/AddReadsTestWarningError.java

Print this page
rev 17234 : 8180724: move ModuleInfoMaker to the top level testlibrary
Reviewed-by: duke

@@ -23,13 +23,13 @@
 
 /**
  * @test
  * @bug 8168836
  * @summary  Basic argument validation for --add-reads
- * @library /lib/testlibrary
+ * @library /lib/testlibrary /test/lib
  * @modules jdk.compiler
- * @build AddReadsTestWarningError CompilerUtils ModuleInfoMaker
+ * @build AddReadsTestWarningError
  * @build jdk.testlibrary.*
  * @run testng AddReadsTestWarningError
  */
 
 import java.io.BufferedOutputStream;

@@ -38,19 +38,19 @@
 import java.nio.file.Path;
 import java.nio.file.Paths;
 import java.util.Arrays;
 import java.util.stream.Stream;
 
+import jdk.test.lib.compiler.ModuleInfoMaker;
 import jdk.testlibrary.OutputAnalyzer;
 import static jdk.testlibrary.ProcessTools.*;
 
 import org.testng.annotations.BeforeTest;
 import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;
 import static org.testng.Assert.*;
 
-
 @Test
 public class AddReadsTestWarningError {
 
     private static final Path MODS_DIR = Paths.get("mods");
     private static final Path SRC_DIR = Paths.get("src");
< prev index next >