diff options
Diffstat (limited to 'src/common/unicode/norm_test.c')
-rw-r--r-- | src/common/unicode/norm_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/norm_test.c b/src/common/unicode/norm_test.c index 809a6dee545..b6097b912a6 100644 --- a/src/common/unicode/norm_test.c +++ b/src/common/unicode/norm_test.c @@ -81,6 +81,6 @@ main(int argc, char **argv) } } - printf("All tests successful!\n"); + printf("norm_test: All tests successful!\n"); exit(0); } |