summaryrefslogtreecommitdiff
path: root/tests/unistr/test-u8-strncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unistr/test-u8-strncmp.c')
-rw-r--r--tests/unistr/test-u8-strncmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unistr/test-u8-strncmp.c b/tests/unistr/test-u8-strncmp.c
index 78aac0c9..a45be4ad 100644
--- a/tests/unistr/test-u8-strncmp.c
+++ b/tests/unistr/test-u8-strncmp.c
@@ -49,5 +49,5 @@ main ()
ASSERT (U_STRNCMP (input2, input1, 1000000) < 0);
}
- return 0;
+ return test_exit_status;
}