From c0a70b17e642c08cebfa20f33a8f72448d46fcbd Mon Sep 17 00:00:00 2001 From: Jose Mendoza <56417208+StunxFS@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:10:19 +0000 Subject: [PATCH] ci: fix tests --- tests/main.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.bs b/tests/main.bs index 5c14f96..7a47c6c 100644 --- a/tests/main.bs +++ b/tests/main.bs @@ -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; }