< prev index next >

langtools/test/tools/javac/diags/examples/CantFindModule/CantFindModule.java

Print this page

        

@@ -22,10 +22,10 @@
  */
 
 // key: compiler.err.cant.find.module
 // key: compiler.err.doesnt.exist
 
-// options: -XaddExports:undef/undef=ALL-UNNAMED
+// options: --add-exports undef/undef=ALL-UNNAMED
 
 import undef.Any;
 
 class Test {}
< prev index next >