diff -r 21bb9849a765 -r ecd242949641 ucx/test.c --- a/ucx/test.c Tue Sep 19 14:13:40 2017 +0200 +++ b/ucx/test.c Tue Sep 19 14:16:26 2017 +0200 @@ -86,6 +86,6 @@ elem->test(suite, output); } fwrite("\nAll test completed.\n", 1, 21, output); - fprintf(output, " Total: %d\n Success: %d\n Failure: %d\n", + fprintf(output, " Total: %u\n Success: %u\n Failure: %u\n", suite->success+suite->failure, suite->success, suite->failure); }