langtools/test/tools/javac/diags/examples/IllegalArgumentForOption/IllegalArgumentForOption.java
changeset 40308 274367a99f98
parent 38519 d70d50ec27bb
child 43771 25ddac537bb5
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 // key: compiler.err.illegal.argument.for.option
    24 // key: compiler.err.illegal.argument.for.option
    25 // options: -modulepath doesNotExist
    25 // options: --module-path doesNotExist
    26 // run: simple
    26 // run: simple
    27 
    27 
    28 class X {}
    28 class X {}