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