test/tools/javac/processing/TestWarnErrorCount.java

changeset 1466
b52a38d4536c
parent 1305
9d47f4850714
child 2525
2eb010b6cb22
equal deleted inserted replaced
1465:a22f23fb7abf 1466:b52a38d4536c
24 24
25 /* 25 /*
26 * @test 26 * @test
27 * @bug 7022337 27 * @bug 7022337
28 * @summary repeated warnings about bootclasspath not set 28 * @summary repeated warnings about bootclasspath not set
29 * @library ../lib 29 * @library /tools/javac/lib
30 * @build JavacTestingAbstractProcessor TestWarnErrorCount 30 * @build JavacTestingAbstractProcessor TestWarnErrorCount
31 * @run main TestWarnErrorCount 31 * @run main TestWarnErrorCount
32 */ 32 */
33 33
34 import java.io.*; 34 import java.io.*;

mercurial