tests: slight cleanliness

This commit is contained in:
2026-02-05 05:10:06 +00:00
parent 2705ef9bb7
commit 16be3392b0
4 changed files with 9 additions and 9 deletions

View File

@@ -18,9 +18,8 @@ void symtable_test(void)
TEST(table.count == ARRSIZE(unique_words), "%lu == %lu", table.count,
ARRSIZE(unique_words));
TEST_PASSED();
sym_table_cleanup(&table);
TEST_PASSED();
}
const test_fn TESTS_SYMTABLE[] = {