diff -r d416628d6c7d -r 56f55f2f70c0 tests/ucxtest.c --- a/tests/ucxtest.c Thu Dec 25 11:47:50 2025 +0100 +++ b/tests/ucxtest.c Thu Dec 25 11:48:25 2025 +0100 @@ -118,7 +118,7 @@ cx_test_suite_printf() ); printf("=== OVERALL RESULT ===\n"); - printf(" Suites: %5lu\n Tests: %5u\n Success: %5u\n Failure: %5u\n", + printf(" Suites: %5zu\n Tests: %5u\n Success: %5u\n Failure: %5u\n", cx_nmemb(test_suites), success + failure, success, failure); free_test_suites;