< prev index next >

test/java/lang/reflect/Module/access/AccessTest.java

Print this page

        

*** 33,43 **** import static org.testng.Assert.*; /** * @test * @library /lib/testlibrary ! * @modules java.compiler * @build AccessTest CompilerUtils jdk.testlibrary.* * @run testng AccessTest * @summary Driver for test that checks access to public members in exported * and non-exported packages. */ --- 33,43 ---- import static org.testng.Assert.*; /** * @test * @library /lib/testlibrary ! * @modules jdk.compiler * @build AccessTest CompilerUtils jdk.testlibrary.* * @run testng AccessTest * @summary Driver for test that checks access to public members in exported * and non-exported packages. */
< prev index next >