Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 6, 2023
1 parent d90ffbe commit 400f7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/should_succeed/compile_time_if.jou
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if not WINDOWS and not MACOS:

if not (not WINDOWS and not MACOS):
def bar() -> void:
printf("obar\n")
printf("obar")
if not (WINDOWS or MACOS):
def bar() -> void:
printf("bar")
Expand Down

0 comments on commit 400f7d7

Please sign in to comment.