diff options
Diffstat (limited to 'tests/unicase/test-u16-toupper.c')
-rw-r--r-- | tests/unicase/test-u16-toupper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unicase/test-u16-toupper.c b/tests/unicase/test-u16-toupper.c index 5bbc10ac..e04e0ba8 100644 --- a/tests/unicase/test-u16-toupper.c +++ b/tests/unicase/test-u16-toupper.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; } |