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