summaryrefslogtreecommitdiff
path: root/tests/unicase/test-u16-is-lowercase.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unicase/test-u16-is-lowercase.c')
-rw-r--r--tests/unicase/test-u16-is-lowercase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unicase/test-u16-is-lowercase.c b/tests/unicase/test-u16-is-lowercase.c
index 5b4e095e..6b14304b 100644
--- a/tests/unicase/test-u16-is-lowercase.c
+++ b/tests/unicase/test-u16-is-lowercase.c
@@ -74,5 +74,5 @@ main ()
test_ascii (u16_is_lowercase);
test_nonascii (u16_is_lowercase);
- return 0;
+ return test_exit_status;
}