diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2TemplateTests.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2TemplateTests.java index 227f3f8b9a1..ef554cfed68 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2TemplateTests.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2TemplateTests.java @@ -6137,7 +6137,7 @@ public void testTemplateIDAmbiguity_341747a() throws Exception { stmt = getStatement(fdef, 2); assertTrue(stmt.getExpression() instanceof IASTFunctionCallExpression); - stmt = getStatement(fdef, 0); + stmt = getStatement(fdef, 3); assertTrue(stmt.getExpression() instanceof IASTBinaryExpression); }