From cc6f57ddb6537146d37ff1cf83743ed19e7d13df Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 7 Jun 2025 00:39:08 +0200 Subject: Bootstrap: Codegen: Generate number literals --- std/stdlib.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std') diff --git a/std/stdlib.src b/std/stdlib.src index 90e28d6..9164f67 100644 --- a/std/stdlib.src +++ b/std/stdlib.src @@ -82,7 +82,7 @@ let iswhitespace = (c: i8) => bool { let assert = (cond: bool) => void { if !cond { - println("UNREACHABLE"); + println("ASSERTION FAILED"); exit(1); }; -- cgit 1.4.1