1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Fix typo in testTemplateIDAmbiguity_341747a testing 3rd expression

This commit is contained in:
Igor V. Kovalenko 2023-02-23 19:47:22 +03:00 committed by Jonah Graham
parent 8f2342e842
commit 40e3314e53

View file

@ -6137,7 +6137,7 @@ public class AST2TemplateTests extends AST2CPPTestBase {
stmt = getStatement(fdef, 2);
assertTrue(stmt.getExpression() instanceof IASTFunctionCallExpression);
stmt = getStatement(fdef, 0);
stmt = getStatement(fdef, 3);
assertTrue(stmt.getExpression() instanceof IASTBinaryExpression);
}