diff options
Diffstat (limited to 'tests/unicase/test-u32-totitle.c')
-rw-r--r-- | tests/unicase/test-u32-totitle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unicase/test-u32-totitle.c b/tests/unicase/test-u32-totitle.c index 948f48db..30cd4803 100644 --- a/tests/unicase/test-u32-totitle.c +++ b/tests/unicase/test-u32-totitle.c @@ -194,5 +194,5 @@ main () ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0); } - return 0; + return test_exit_status; } |