summaryrefslogtreecommitdiff
path: root/tests/unistr/test-u16-strmbtouc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unistr/test-u16-strmbtouc.c')
-rw-r--r--tests/unistr/test-u16-strmbtouc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unistr/test-u16-strmbtouc.c b/tests/unistr/test-u16-strmbtouc.c
index c4c76ca5..3fef0324 100644
--- a/tests/unistr/test-u16-strmbtouc.c
+++ b/tests/unistr/test-u16-strmbtouc.c
@@ -87,5 +87,5 @@ main ()
ASSERT (uc == 0xBADFACE);
}
- return 0;
+ return test_exit_status;
}