summaryrefslogtreecommitdiffstats
path: root/test/unit/a0.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/a0.c')
-rw-r--r--test/unit/a0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/a0.c b/test/unit/a0.c
index c7ce8cf..a27ab3f 100644
--- a/test/unit/a0.c
+++ b/test/unit/a0.c
@@ -11,6 +11,6 @@ TEST_END
int
main(void) {
- return (test_no_malloc_init(
- test_a0));
+ return test_no_malloc_init(
+ test_a0);
}