Skip to content

Commit

Permalink
Fix invalid test based on output produced by another bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 21, 2022
1 parent c19b14f commit 403feed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/expressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 691,7 @@ void f() {
Program(FunctionDefinition(PrimitiveType,FunctionDeclarator(Identifier,ParameterList()),CompoundStatement(
ReturnStatement(return,BinaryExpression(
BinaryExpression(BinaryExpression(
BinaryExpression(BinaryExpression(BinaryExpression(Number,ArithOp,Number),ArithOp,Number),ArithOp,Number),
BinaryExpression(BinaryExpression(Number,ArithOp,Number),ArithOp,Number),
ArithOp,Number),ArithOp,Number),ArithOp,Number)))))

# Initializer list
Expand Down

0 comments on commit 403feed

Please sign in to comment.