X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Fnotification.cpp;h=6d3e46ea32bb319ea9f0cb153daf17f88bba403f;hb=9f4a25d35d037cbb5d8aeb50f9e8fa10748a4d14;hp=7a0b5dc91d65a4c9f41651bcf627510a86b92840;hpb=8346beb68a50caf0b63edaca526250c0068f66d3;p=lttng-tools.git diff --git a/tests/regression/tools/notification/notification.cpp b/tests/regression/tools/notification/notification.cpp index 7a0b5dc91..6d3e46ea3 100644 --- a/tests/regression/tools/notification/notification.cpp +++ b/tests/regression/tools/notification/notification.cpp @@ -272,7 +272,7 @@ static int validate_array_unsigned_int_field_at_index( } ok(value == expected_value, - "Expected unsigned integer value %u, got %" PRIu64, + "Expected unsigned integer value %" PRIu64 ", got %" PRIu64, expected_value, value); ret = 0;