Skip to content

Commit

Permalink
tests: update another --expandArc test
Browse files Browse the repository at this point in the history
  • Loading branch information
zerbina committed Nov 9, 2024
1 parent 4f42454 commit 22fdf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/optimization/tno_destroy_for_empty_result.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ scope:
scope:
if x:
scope:
doRaise() -> [L1, Resume]
doRaise() -> [L1]
def _2: Object = ()
result := move _2
goto [L2]
finally (L1):
continue {}
continue [Resume]
L2:
-- end of expandArc ------------------------
Expand Down

0 comments on commit 22fdf23

Please sign in to comment.