langtools/test/tools/javac/processing/model/util/GetTypeElemBadArg.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     6346506 6408241
    26  * @bug     6346506 6408241
    27  * @summary getTypeElement should tolerate a type that can't be found
    27  * @summary getTypeElement should tolerate a type that can't be found
    28  * @author  Scott Seligman
    28  * @author  Scott Seligman
    29  * @library ../../../lib
    29  * @library /tools/javac/lib
    30  * @build   JavacTestingAbstractProcessor GetTypeElemBadArg
    30  * @build   JavacTestingAbstractProcessor GetTypeElemBadArg
    31  * @compile -processor GetTypeElemBadArg -proc:only GetTypeElemBadArg.java
    31  * @compile -processor GetTypeElemBadArg -proc:only GetTypeElemBadArg.java
    32  */
    32  */
    33 
    33 
    34 import java.util.Set;
    34 import java.util.Set;