< prev index next >

test/tools/jmod/JmodNegativeTest.java

Print this page
rev 17315 : 8181335: remove packageless CompilerUtils
Reviewed-by: duke

*** 21,34 **** * questions. */ /* * @test ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler * jdk.jlink ! * @build CompilerUtils * @run testng JmodNegativeTest * @summary Negative tests for jmod */ import java.io.*; --- 21,34 ---- * questions. */ /* * @test ! * @library /test/lib * @modules jdk.compiler * jdk.jlink ! * @build jdk.test.lib.compiler.CompilerUtils * @run testng JmodNegativeTest * @summary Negative tests for jmod */ import java.io.*;
*** 40,49 **** --- 40,50 ---- import java.util.function.Consumer; import java.util.function.Supplier; import java.util.spi.ToolProvider; import java.util.zip.ZipOutputStream; import jdk.test.lib.util.FileUtils; + import jdk.test.lib.compiler.CompilerUtils; import org.testng.annotations.BeforeTest; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import static java.io.File.pathSeparator;
< prev index next >