* tests/test-hamt.c (main): Finish with exit code 0.
+2023-04-28 Bruno Haible <bruno@clisp.org>
+
+ hamt tests: Fix test failure with Sun C on Solaris 10/SPARC.
+ * tests/test-hamt.c (main): Finish with exit code 0.
+
2023-04-26 Bruno Haible <bruno@clisp.org>
fchdir tests: Fix test failure on native Windows.
/* Test of persistent hash array mapped trie implementation.
- Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ Copyright (C) 2021-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
test_functional_update ();
test_destructive_update ();
test_iterator ();
+
+ return 0;
}