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