fix: patch a small bug

This commit is contained in:
airone01
2026-01-24 14:10:46 +01:00
parent 0605cb8c24
commit dda5944890
3 changed files with 11 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
int dummy(void) { return 1; }
int main(void) {
t_unit_test *testlist;
t_unit_test *testlist = NULL;
load_test(&testlist, "hi", &dummy);
}