< prev index next >

test/langtools/tools/javac/diags/examples/ModulesNotSupportedInSource/module-info.java

Print this page

        

@@ -21,10 +21,9 @@
  * questions.
  */
 
 // key: compiler.err.feature.not.supported.in.source.plural
 // key: compiler.misc.feature.modules
-// key: compiler.warn.source.no.bootclasspath
-// options: -source 8 -Xlint:-path
+// options: -source 8 -Xlint:-path,-options
 
 module ModulesNotSupportedInSource {
 }
< prev index next >