diff options
Diffstat (limited to '3rdparty/utf8proc/test/custom.c')
-rw-r--r-- | 3rdparty/utf8proc/test/custom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/utf8proc/test/custom.c b/3rdparty/utf8proc/test/custom.c index f85b3cc2bc6..fe4239d91b4 100644 --- a/3rdparty/utf8proc/test/custom.c +++ b/3rdparty/utf8proc/test/custom.c @@ -23,5 +23,6 @@ int main(void) check(strlen((char*) output) == 6, "incorrect output length"); check(!memcmp(correct, output, 7), "incorrect output data"); free(output); + printf("map_custom tests SUCCEEDED.\n"); return 0; } |