tests: sync tests/utils/tap with Babeltrace repository
[lttng-tools.git] / tests / regression / tools / notification / notification.cpp
index 7a0b5dc91d65a4c9f41651bcf627510a86b92840..6d3e46ea32bb319ea9f0cb153daf17f88bba403f 100644 (file)
@@ -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;
This page took 0.024301 seconds and 4 git commands to generate.