diff options
Diffstat (limited to 'tests/unistr/test-cmp2.h')
-rw-r--r-- | tests/unistr/test-cmp2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unistr/test-cmp2.h b/tests/unistr/test-cmp2.h index 3b9f7568..d0547904 100644 --- a/tests/unistr/test-cmp2.h +++ b/tests/unistr/test-cmp2.h @@ -52,5 +52,5 @@ main () ASSERT (U_CMP2 (input2, 4, input1, 5) > 0); } - return 0; + return test_exit_status; } |