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