summaryrefslogtreecommitdiff
path: root/tests/unictype/test-incb_of.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-incb_of.c')
-rw-r--r--tests/unictype/test-incb_of.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unictype/test-incb_of.c b/tests/unictype/test-incb_of.c
index d2adeb5c..ceb5965c 100644
--- a/tests/unictype/test-incb_of.c
+++ b/tests/unictype/test-incb_of.c
@@ -48,5 +48,5 @@ main ()
for (; c < 0x110000; c++)
ASSERT (uc_indic_conjunct_break (c) == UC_INDIC_CONJUNCT_BREAK_NONE);
- return 0;
+ return test_exit_status;
}