langtools/test/tools/javac/treepostests/TreePosTest.java
changeset 4874 67e82eb7b395
parent 4870 a132763160d7
child 4933 57f71400ba29
equal deleted inserted replaced
4873:cc4a679a96a2 4874:67e82eb7b395
    96 
    96 
    97 /*
    97 /*
    98  * @test
    98  * @test
    99  * @bug 6919889
    99  * @bug 6919889
   100  * @summary assorted position errors in compiler syntax trees
   100  * @summary assorted position errors in compiler syntax trees
   101  * @run main TreePosTest -q -r -ef ./tools/javac/typeAnnotations .
   101  * @run main TreePosTest -q -r -ef ./tools/javac/typeAnnotations -ef ./tools/javap/typeAnnotations  .
   102  */
   102  */
   103 public class TreePosTest {
   103 public class TreePosTest {
   104     /**
   104     /**
   105      * Main entry point.
   105      * Main entry point.
   106      * If test.src is set, program runs in jtreg mode, and will throw an Error
   106      * If test.src is set, program runs in jtreg mode, and will throw an Error