Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
rihi committed Apr 3, 2024
1 parent 55cdbd0 commit 593c29e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ def test_common_subexpression_elimination_correct_place2():
0,
instructions=[
Assignment(ListOperation([]), Call(FunctionSymbol("func", 0), [expr0.copy(), expr1.copy()])),
Assignment(ListOperation([]), Call(FunctionSymbol("func", 0), [expr1.copy()]))
Assignment(ListOperation([]), Call(FunctionSymbol("func", 0), [expr1.copy()])),
],
)
)
Expand Down

0 comments on commit 593c29e

Please sign in to comment.