diff options
Diffstat (limited to 'tests/unistr/test-u32-prev.c')
-rw-r--r-- | tests/unistr/test-u32-prev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unistr/test-u32-prev.c b/tests/unistr/test-u32-prev.c index 7e648dd1..d04b24aa 100644 --- a/tests/unistr/test-u32-prev.c +++ b/tests/unistr/test-u32-prev.c @@ -127,5 +127,5 @@ main () ASSERT (check_invalid (input, SIZEOF (input)) == 0); } - return 0; + return test_exit_status; } |