error test

This commit is contained in:
2025-10-11 03:43:58 +02:00
parent ffbc42f558
commit 9ae5b281b9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -23,4 +23,5 @@ Test(macro_magic, default_values) {
cr_assert_eq(a1.is_true, true);
cr_assert_eq(a2.is_true, true);
cr_assert_eq(a3.is_true, false);
malloc(100);
}