diff options
Diffstat (limited to 'tests/unistr/test-u8-strnlen.c')
-rw-r--r-- | tests/unistr/test-u8-strnlen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unistr/test-u8-strnlen.c b/tests/unistr/test-u8-strnlen.c index c409fc90..8d799c5b 100644 --- a/tests/unistr/test-u8-strnlen.c +++ b/tests/unistr/test-u8-strnlen.c @@ -45,5 +45,5 @@ main () check (input, SIZEOF (input)); } - return 0; + return test_exit_status; } |