diff options
Diffstat (limited to 'tests/test-reallocarray.c')
-rw-r--r-- | tests/test-reallocarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-reallocarray.c b/tests/test-reallocarray.c index fb9171ce..2748b982 100644 --- a/tests/test-reallocarray.c +++ b/tests/test-reallocarray.c @@ -54,5 +54,5 @@ main () free (p); } - return 0; + return test_exit_status; } |