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:
parent
8f2342e842
commit
40e3314e53
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue