aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_utils.c')
-rw-r--r--tests/check_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check_utils.c b/tests/check_utils.c
index 31087f1..b76d171 100644
--- a/tests/check_utils.c
+++ b/tests/check_utils.c
@@ -938,6 +938,7 @@ test_trie_foreach(void **state)
sb_trie_foreach(NULL, mock_foreach, "foo");
sb_trie_foreach(trie, NULL, "foo");
sb_trie_foreach(NULL, NULL, "foo");
+ assert_int_equal(counter, 7);
sb_trie_free(trie);
}