summaryrefslogtreecommitdiffstats
path: root/test/unit/qr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/qr.c')
-rw-r--r--test/unit/qr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/qr.c b/test/unit/qr.c
index 8061a34..9a72d30 100644
--- a/test/unit/qr.c
+++ b/test/unit/qr.c
@@ -232,10 +232,10 @@ TEST_END
int
main(void) {
- return (test(
+ return test(
test_qr_one,
test_qr_after_insert,
test_qr_remove,
test_qr_before_insert,
- test_qr_meld_split));
+ test_qr_meld_split);
}