aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index bcb6815..4e26734 100644
--- a/test.c
+++ b/test.c
@@ -297,7 +297,7 @@ main(void)
zsetu(b, 0);
assert(zcmp(a, b), != 0);
n = zsave(a, buf);
- assert(n, > 0);
+ assert(n > 0, > 0);
assert_zu(zload(b, buf), n);
assert(zcmp(a, b), == 0);