Skip to content

Commit

Permalink
Simplify block test
Browse files Browse the repository at this point in the history
  • Loading branch information
Quaqqer committed May 1, 2024
1 parent 72faa0e commit 0254b49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/res/tests/exprs/block.saf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
print({ 1 });
print({ let x = 2; let y = x + 1; y });
print({ let x = 2; x });

# output:
# 1
# 3

# 2

0 comments on commit 0254b49

Please sign in to comment.