test/tools/javac/treepostests/TreePosTest.java

changeset 486
41ed86f86585
parent 482
699ecefbdd4e
child 493
7d9e3a15d2b3
equal deleted inserted replaced
485:b0a68258360a 486:41ed86f86585
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

mercurial