langtools/test/tools/javac/processing/6414633/T6414633.java
changeset 14963 974d4423c999
parent 13632 40c51bd45d38
child 27319 030080f03e4f
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6414633 6440109
    26  * @bug 6414633 6440109
    27  * @summary Only the first processor message at a source location is reported
    27  * @summary Only the first processor message at a source location is reported
    28  * @library ../../lib
    28  * @library /tools/javac/lib
    29  * @build    JavacTestingAbstractProcessor A T6414633
    29  * @build    JavacTestingAbstractProcessor A T6414633
    30  * @run main T6414633
    30  * @run main T6414633
    31  */
    31  */
    32 
    32 
    33 import java.io.*;
    33 import java.io.*;