< prev index next >

test/jdk/tools/launcher/modules/showmoduleresolution/ShowModuleResolutionTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 23,39 **** /** * @test * @requires !vm.graal.enabled * @modules jdk.jdeps jdk.zipfs ! * @library /lib/testlibrary ! * @build ShowModuleResolutionTest jdk.testlibrary.* * @run testng ShowModuleResolutionTest * @summary Basic test for java --show-module-resolution */ ! import jdk.testlibrary.ProcessTools; import org.testng.annotations.Test; import static org.testng.Assert.*; @Test --- 23,39 ---- /** * @test * @requires !vm.graal.enabled * @modules jdk.jdeps jdk.zipfs ! * @library /test/lib ! * @build ShowModuleResolutionTest * @run testng ShowModuleResolutionTest * @summary Basic test for java --show-module-resolution */ ! import jdk.test.lib.process.ProcessTools; import org.testng.annotations.Test; import static org.testng.Assert.*; @Test
< prev index next >