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