From bcdad4ccd5ba01d3ff58a584ae6e33a9a511774b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 29 Apr 2023 03:13:52 +0200 Subject: hamt tests: Fix test failure with Sun C on Solaris 10/SPARC. * tests/test-hamt.c (main): Finish with exit code 0. --- tests/test-hamt.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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; } -- cgit v1.2.1