diff options
Diffstat (limited to 'tests/unicase/test-u8-toupper.c')
-rw-r--r-- | tests/unicase/test-u8-toupper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unicase/test-u8-toupper.c b/tests/unicase/test-u8-toupper.c index a954dedd..257cf3e7 100644 --- a/tests/unicase/test-u8-toupper.c +++ b/tests/unicase/test-u8-toupper.c @@ -200,5 +200,5 @@ main () ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0); } - return 0; + return test_exit_status; } |