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