summaryrefslogtreecommitdiff
path: root/tests/uninorm/test-composition.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/uninorm/test-composition.c')
-rw-r--r--tests/uninorm/test-composition.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/uninorm/test-composition.c b/tests/uninorm/test-composition.c
index 4f90cfcb..1aa885d1 100644
--- a/tests/uninorm/test-composition.c
+++ b/tests/uninorm/test-composition.c
@@ -1,5 +1,5 @@
/* Test of canonical composition of Unicode characters.
- Copyright (C) 2009-2024 Free Software Foundation, Inc.
+ Copyright (C) 2009-2025 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -49,5 +49,5 @@ main ()
/* HANGUL SYLLABLE GEUL */
ASSERT (uc_composition (0xADF8, 0x11AF) == 0xAE00);
- return 0;
+ return test_exit_status;
}