summaryrefslogtreecommitdiffstats
path: root/test/unit/pages.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/pages.c')
-rw-r--r--test/unit/pages.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/pages.c b/test/unit/pages.c
index b6092de..30d6959 100644
--- a/test/unit/pages.c
+++ b/test/unit/pages.c
@@ -22,6 +22,6 @@ TEST_END
int
main(void) {
- return (test(
- test_pages_huge));
+ return test(
+ test_pages_huge);
}