summaryrefslogtreecommitdiffstats
path: root/test/unit/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/fork.c')
-rw-r--r--test/unit/fork.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/fork.c b/test/unit/fork.c
index 4880328..96b1c5a 100644
--- a/test/unit/fork.c
+++ b/test/unit/fork.c
@@ -57,6 +57,6 @@ TEST_END
int
main(void) {
- return (test(
- test_fork));
+ return test(
+ test_fork);
}