tests: sync tests/utils/tap with Babeltrace repository
[lttng-tools.git] / tests / unit / test_notification.cpp
index a44c8ef6718b9ba4808e1387565617eb060c48d6..5a2bac14d2159d678d01b717fe658d6a357ce450 100644 (file)
@@ -193,7 +193,7 @@ static void test_condition_buffer_usage(
        ok(status == LTTNG_CONDITION_STATUS_OK, "Set threshold > 0");
        status = lttng_condition_buffer_usage_get_threshold(buffer_usage_condition, &threshold_bytes);
        ok(status == LTTNG_CONDITION_STATUS_OK, "Threshold is set");
-       ok(threshold_bytes == 100000, "Threshold is %" PRIu64 , 100000);
+       ok(threshold_bytes == 100000, "Threshold is 100000");
 
        status = lttng_condition_buffer_usage_set_threshold(buffer_usage_condition, UINT64_MAX);
        ok(status == LTTNG_CONDITION_STATUS_OK, "Set threshold UINT64_MAX");
This page took 0.025738 seconds and 4 git commands to generate.