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