< prev index next >

test/jdk/tools/launcher/modules/describe/DescribeModuleTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 22,38 **** */ /** * @test * @modules java.xml ! * @library /lib/testlibrary ! * @build DescribeModuleTest jdk.testlibrary.* * @run testng DescribeModuleTest * @summary Basic test for java --describe-module */ ! import jdk.testlibrary.ProcessTools; import org.testng.annotations.Test; import static org.testng.Assert.*; @Test --- 22,38 ---- */ /** * @test * @modules java.xml ! * @library /test/lib ! * @build DescribeModuleTest * @run testng DescribeModuleTest * @summary Basic test for java --describe-module */ ! import jdk.test.lib.process.ProcessTools; import org.testng.annotations.Test; import static org.testng.Assert.*; @Test
< prev index next >