< prev index next >

test/jdk/tools/launcher/modules/addmods/AddModsTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 21,44 **** * questions. */ /** * @test ! * @library /lib/testlibrary /test/lib * @modules jdk.jlink/jdk.tools.jmod * jdk.compiler ! * @build AddModsTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.* * @run testng AddModsTest * @summary Basic test for java --add-modules */ import java.io.File; import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; ! import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; --- 21,44 ---- * questions. */ /** * @test ! * @library /test/lib * @modules jdk.jlink/jdk.tools.jmod * jdk.compiler ! * @build AddModsTest jdk.test.lib.compiler.CompilerUtils * @run testng AddModsTest * @summary Basic test for java --add-modules */ import java.io.File; import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; ! 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 >