test/tools/javac/diags/CheckExamples.java

changeset 1409
33abf479f202
parent 1305
9d47f4850714
child 1669
d3648557391b
equal deleted inserted replaced
1408:b486794d160d 1409:33abf479f202
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 6968063 7127924 26 * @bug 6968063 7127924
27 * @summary provide examples of code that generate diagnostics 27 * @summary provide examples of code that generate diagnostics
28 * @build Example CheckExamples 28 * @build Example CheckExamples DocCommentProcessor
29 * @run main/othervm CheckExamples 29 * @run main/othervm CheckExamples
30 */ 30 */
31
31 /* 32 /*
32 * See CR 7127924 for info on why othervm is used. 33 * See CR 7127924 for info on why othervm is used.
33 */ 34 */
34 35
35 import java.io.*; 36 import java.io.*;

mercurial