diff options
Diffstat (limited to 'tests/uninorm/test-u32-normcoll.c')
-rw-r--r-- | tests/uninorm/test-u32-normcoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/uninorm/test-u32-normcoll.c b/tests/uninorm/test-u32-normcoll.c index e5cce080..7e7d2666 100644 --- a/tests/uninorm/test-u32-normcoll.c +++ b/tests/uninorm/test-u32-normcoll.c @@ -31,5 +31,5 @@ main () on ASCII strings should behave like strcmp as well. */ test_ascii (u32_normcoll, UNINORM_NFC); - return 0; + return test_exit_status; } |