< prev index next >

jdk/test/tools/launcher/modules/addmods/src/test/test/Main.java

Print this page

        

*** 22,32 **** */ package test; /** ! * Invoked by tests for the {@code java -addmods} option to check that types * are visible. */ public class Main { public static void main(String[] args) throws Exception { for (String cn : args) { --- 22,32 ---- */ package test; /** ! * Invoked by tests for the {@code java --add-modules} option to check that types * are visible. */ public class Main { public static void main(String[] args) throws Exception { for (String cn : args) {
< prev index next >