summaryrefslogtreecommitdiff
path: root/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests.c')
-rw-r--r--tests.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests.c b/tests.c
index 075aac0..d68d4a5 100644
--- a/tests.c
+++ b/tests.c
@@ -30,7 +30,6 @@ static void allocr_test(void) {
static void test_all(void) {
allocr_test();
arr_test();
- block_arr_test();
str_hash_table_test();
idents_test();
}