Skip to content

Commit

Permalink
ci: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Jul 3, 2024
1 parent 8ffc16b commit c0a70b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const float_num = 0.5e4;
const f = 1.0 / 2.0;
const i = 1 / 2;

fn main() !void {
fn main() void {
print("hello");
const XXX = dec_num;
}
Expand Down

0 comments on commit c0a70b1

Please sign in to comment.