added todo

This commit is contained in:
2025-10-11 03:46:03 +02:00
parent 9ae5b281b9
commit 890cc04283
+1
View File
@@ -24,4 +24,5 @@ Test(macro_magic, default_values) {
cr_assert_eq(a2.is_true, true); cr_assert_eq(a2.is_true, true);
cr_assert_eq(a3.is_true, false); cr_assert_eq(a3.is_true, false);
malloc(100); malloc(100);
// TODO: make this shite crash the tests...
} }