diff options
Diffstat (limited to 'test/unit/slab.c')
-rw-r--r-- | test/unit/slab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/slab.c b/test/unit/slab.c index a5036f5..d3b45e8 100644 --- a/test/unit/slab.c +++ b/test/unit/slab.c @@ -27,6 +27,6 @@ TEST_END int main(void) { - return (test( - test_arena_slab_regind)); + return test( + test_arena_slab_regind); } |