lisp: sys_cleanup -> sys_free

This commit is contained in:
2026-02-05 04:01:07 +00:00
parent 068e4aa9f0
commit 438a494ac7
4 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ void sym_test(void)
TEST(strncmp(in, out, strlen(in)) == 0, "%d", strncmp(in, out, strlen(in)));
}
TEST_PASSED();
sys_cleanup(&system);
sys_free(&system);
}
void cons_test(void)
@@ -91,7 +91,7 @@ void cons_test(void)
TEST_PASSED();
sys_cleanup(&system);
sys_free(&system);
}
const test_fn TESTS_LISP_API[] = {