summaryrefslogtreecommitdiff
path: root/tests/unicase/test-u8-casefold.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unicase/test-u8-casefold.c')
-rw-r--r--tests/unicase/test-u8-casefold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unicase/test-u8-casefold.c b/tests/unicase/test-u8-casefold.c
index d1fc8967..7364809d 100644
--- a/tests/unicase/test-u8-casefold.c
+++ b/tests/unicase/test-u8-casefold.c
@@ -203,5 +203,5 @@ main ()
ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casefolded_normalized, SIZEOF (casefolded_normalized)) == 0);
}
- return 0;
+ return test_exit_status;
}