test/tools/javac/processing/model/util/GetTypeElemBadArg.java

changeset 1466
b52a38d4536c
parent 699
d2aaaec153e8
child 2525
2eb010b6cb22
equal deleted inserted replaced
1465:a22f23fb7abf 1466:b52a38d4536c
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;

mercurial