langtools/test/tools/javac/diags/CheckExamples.java
changeset 11554 64d41533dc9e
parent 11551 cc9505564baf
child 13631 dc1212c348f9
equal deleted inserted replaced
11553:4389b722f8dc 11554:64d41533dc9e
    21  * questions.
    21  * questions.
    22  */
    22  */
    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
    29  * @run main/othervm CheckExamples
    29  * @run main/othervm CheckExamples
    30  */
    30  */
    31 /*
    31 /*