summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/util.c b/tests/util.c
index 5e2e203..85d6f7f 100644
--- a/tests/util.c
+++ b/tests/util.c
@@ -42,6 +42,7 @@ test_slurp(void) {
assert(given != NULL);
assert(expected != NULL);
assert(strcmp(given, expected) == 0);
+
test_ok();
}