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