Skip to content

Commit

Permalink
Fix typo in testTemplateIDAmbiguity_341747a testing 3rd expression
Browse files Browse the repository at this point in the history
  • Loading branch information
i-garrison authored and jonahgraham committed Feb 23, 2023
1 parent 8f2342e commit 40e3314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 40e3314

Please sign in to comment.