Skip to content

Commit

Permalink
tests(assignops_shift_right): avoid SIGSEGV on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Jul 4, 2024
1 parent 20fd250 commit 453c84b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/assignops_shift_right.c4m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ $output:
0
0
0
-1
"""

x = 0x7fffffffffffffff
Expand Down Expand Up @@ -41,8 +40,3 @@ print(x)

x >>= 1
print(x)

x = -1

x >>= 0
print(x)

0 comments on commit 453c84b

Please sign in to comment.