Skip to content

Commit

Permalink
CI work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche committed Feb 1, 2024
1 parent b968569 commit 45caa59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/literals/bool.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
i32 main() {
printf("%d\n", true);
printf("%d %d\n", true, false);
ret 0;
}
2 changes: 1 addition & 1 deletion tests/literals/bool_expected.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
1 0

0 comments on commit 45caa59

Please sign in to comment.