summaryrefslogtreecommitdiff
path: root/tests/unistr/test-u16-strtok.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unistr/test-u16-strtok.c')
-rw-r--r--tests/unistr/test-u16-strtok.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unistr/test-u16-strtok.c b/tests/unistr/test-u16-strtok.c
index ef9ffbb5..be09783d 100644
--- a/tests/unistr/test-u16-strtok.c
+++ b/tests/unistr/test-u16-strtok.c
@@ -33,5 +33,5 @@ main (void)
{
test_u_strtok ();
- return 0;
+ return test_exit_status;
}