langtools/test/tools/javac/warnings/suppress/ImplicitTest.java
changeset 27854 22b4bfc4e22f
parent 19942 e9dae0e41075
equal deleted inserted replaced
27853:746c658e8d35 27854:22b4bfc4e22f
    25  * @test
    25  * @test
    26  * @bug 8021112
    26  * @bug 8021112
    27  * @summary Verify that deprecated warning is printed correctly for import
    27  * @summary Verify that deprecated warning is printed correctly for import
    28  *          statement when processing a file on demand while attributing another file.
    28  *          statement when processing a file on demand while attributing another file.
    29  * @clean pack.ImplicitUse pack.ImplicitMain pack.Dep
    29  * @clean pack.ImplicitUse pack.ImplicitMain pack.Dep
    30  * @compile/ref=ImplicitTest.out -XDrawDiagnostics -Xlint:deprecation pack/ImplicitMain.java
    30  * @compile/ref=ImplicitTest.out -source 8 -XDrawDiagnostics -Xlint:deprecation,-options pack/ImplicitMain.java
    31  */
    31  */