diff -r 398f0f51917a -r d3ce7619db2c langtools/test/tools/javac/T6406771.java --- a/langtools/test/tools/javac/T6406771.java Mon May 18 14:48:41 2015 +0200 +++ b/langtools/test/tools/javac/T6406771.java Thu May 21 11:41:04 2015 -0700 @@ -2,6 +2,9 @@ * @test /nodynamiccopyright/ * @bug 6406771 * @summary CompilationUnitTree needs access to a line map + * @modules jdk.compiler/com.sun.tools.javac.api + * jdk.compiler/com.sun.tools.javac.file + * jdk.compiler/com.sun.tools.javac.tree */ // WARNING: White-space and layout is important in this file, especially tab characters. @@ -21,9 +24,9 @@ @SupportedAnnotationTypes("*") public class T6406771 extends AbstractProcessor { String[] tests = { - "line:24", - "line:25", - "line:26", "line:26", + "line:27", + "line:28", + "line:29", "line:29", // 1 2 3 4 5 6 //3456789012345678901234567890123456789012345678901234567890 "col:7", "col:16", "col:26", // this line uses spaces