langtools/test/tools/javac/diags/examples/IllegalArgumentForOption/IllegalArgumentForOption.java
changeset 43771 25ddac537bb5
parent 40308 274367a99f98
equal deleted inserted replaced
43770:a321bed02000 43771:25ddac537bb5
     1 /*
     1 /*
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    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: --module-path doesNotExist
    25 // options: --module-source-path=abc*def
    26 // run: simple
    26 // run: simple
    27 
    27 
    28 class X {}
    28 class X {}