From f0a588fcfffd7ec0ee7d202e654675b254a23f2e Mon Sep 17 00:00:00 2001 From: Jakub Doka Date: Mon, 28 Oct 2024 11:04:47 +0100 Subject: [PATCH] updating test --- lang/tests/son_tests_reading_idk.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/tests/son_tests_reading_idk.txt b/lang/tests/son_tests_reading_idk.txt index 66b3f42..5604ab6 100644 --- a/lang/tests/son_tests_reading_idk.txt +++ b/lang/tests/son_tests_reading_idk.txt @@ -1,3 +1,3 @@ -test.hb:3:16: type 'int' cannot be uninitialized, use a zero value instead ('@bitcast(0)' in case of pointers) +test.hb:3:16: type 'int' cannot be uninitialized, use a zero value instead ('null' in case of pointers) a := @as(int, idk) ^