Skip to content

Commit be1b3f7

Browse files
mickaelistriarobstryker
authored andcommitted
Adapt 1 test to Javac (which recovered parsing better)
1 parent a1d1420 commit be1b3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter15Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11621,7 +11621,7 @@ public void testBug460422() throws JavaModelException {
1162111621
CompilationUnit compilationUnit = (CompilationUnit) node;
1162211622
EnumDeclaration eDecl = (EnumDeclaration) compilationUnit.types().get(0);
1162311623
EnumConstantDeclaration ec = (EnumConstantDeclaration) eDecl.enumConstants().get(1);
11624-
checkSourceRange(ec, "FOURTH_ENUM(\"b\", new X[] { }", str); //recovery parser propagated
11624+
checkSourceRange(ec, "FOURTH_ENUM(\"b\", new X[] { })", str); //recovery parser propagated
1162511625
}
1162611626
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=474922
1162711627
public void testBug474922_001() throws JavaModelException {

0 commit comments

Comments
 (0)