summaryrefslogtreecommitdiffstats
path: root/test/unit/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/util.c')
-rw-r--r--test/unit/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/util.c b/test/unit/util.c
index 3d1ecf4..81421e8 100644
--- a/test/unit/util.c
+++ b/test/unit/util.c
@@ -296,12 +296,12 @@ TEST_END
int
main(void) {
- return (test(
+ return test(
test_pow2_ceil_u64,
test_pow2_ceil_u32,
test_pow2_ceil_zu,
test_malloc_strtoumax_no_endptr,
test_malloc_strtoumax,
test_malloc_snprintf_truncated,
- test_malloc_snprintf));
+ test_malloc_snprintf);
}