diff options
Diffstat (limited to 'test/unit/zero.c')
-rw-r--r-- | test/unit/zero.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/zero.c b/test/unit/zero.c index a802f05..88af945 100644 --- a/test/unit/zero.c +++ b/test/unit/zero.c @@ -58,7 +58,7 @@ TEST_END int main(void) { - return (test( + return test( test_zero_small, - test_zero_large)); + test_zero_large); } |