diff options
Diffstat (limited to 'tests/unistr/test-u16-strncpy.c')
-rw-r--r-- | tests/unistr/test-u16-strncpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unistr/test-u16-strncpy.c b/tests/unistr/test-u16-strncpy.c index 837dac9c..4ac462d1 100644 --- a/tests/unistr/test-u16-strncpy.c +++ b/tests/unistr/test-u16-strncpy.c @@ -55,5 +55,5 @@ main () check (input, SIZEOF (input)); } - return 0; + return test_exit_status; } |