langtools/test/tools/javac/processing/6634138/T6634138.java
changeset 14963 974d4423c999
parent 6720 f16f91662ad8
child 30730 d3ce7619db2c
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6634138
    26  * @bug 6634138
    27  * @author  Joseph D. Darcy
    27  * @author  Joseph D. Darcy
    28  * @summary Verify source files output after processing is over are compiled
    28  * @summary Verify source files output after processing is over are compiled
    29  * @library ../../lib
    29  * @library /tools/javac/lib
    30  * @build   JavacTestingAbstractProcessor
    30  * @build   JavacTestingAbstractProcessor
    31  * @compile T6634138.java
    31  * @compile T6634138.java
    32  * @compile -processor T6634138 Dummy.java
    32  * @compile -processor T6634138 Dummy.java
    33  * @run main ExerciseDependency
    33  * @run main ExerciseDependency
    34  */
    34  */