< prev index next >

test/jdk/jdk/modules/scenarios/automaticmodules/RunWithAutomaticModules.java

Print this page
rev 51638 : [mq]: 8210112

*** 26,46 **** * @library /lib/testlibrary /test/lib * @modules jdk.compiler * java.scripting * jdk.zipfs * @build RunWithAutomaticModules jdk.test.lib.compiler.CompilerUtils JarUtils ! * jdk.testlibrary.ProcessTools * @run testng RunWithAutomaticModules * @summary Runs tests that make use of automatic modules */ import java.nio.file.Files; 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.Test; import static org.testng.Assert.*; @Test --- 26,46 ---- * @library /lib/testlibrary /test/lib * @modules jdk.compiler * java.scripting * jdk.zipfs * @build RunWithAutomaticModules jdk.test.lib.compiler.CompilerUtils JarUtils ! * jdk.test.lib.process.ProcessTools * @run testng RunWithAutomaticModules * @summary Runs tests that make use of automatic modules */ import java.nio.file.Files; 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.Test; import static org.testng.Assert.*; @Test
< prev index next >