summaryrefslogtreecommitdiff
path: root/tests/test-hamt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-hamt.c')
-rw-r--r--tests/test-hamt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-hamt.c b/tests/test-hamt.c
index 6fdffeac06..ff5df6e19a 100644
--- a/tests/test-hamt.c
+++ b/tests/test-hamt.c
@@ -376,4 +376,6 @@ main (void)
test_functional_update ();
test_destructive_update ();
test_iterator ();
+
+ return 0;
}