diff options
Diffstat (limited to 'tests/unicase/test-u8-tolower.c')
-rw-r--r-- | tests/unicase/test-u8-tolower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unicase/test-u8-tolower.c b/tests/unicase/test-u8-tolower.c index 1e33148e..81c49e70 100644 --- a/tests/unicase/test-u8-tolower.c +++ b/tests/unicase/test-u8-tolower.c @@ -240,5 +240,5 @@ main () ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); } - return 0; + return test_exit_status; } |