X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Ftest_trace_ir_ref.c;h=53eaca01a4923f45fd7c95d7c01935521b8e0ec2;hb=e874da19b9fd96ac87f70595e0463f8e03af29af;hp=72bbbd6b7321b71ed8c8605bb4a27cb81308533b;hpb=0ee90b745f28a543f7cc355591b36bddfe3a30e1;p=babeltrace.git diff --git a/tests/lib/test_trace_ir_ref.c b/tests/lib/test_trace_ir_ref.c index 72bbbd6b..53eaca01 100644 --- a/tests/lib/test_trace_ir_ref.c +++ b/tests/lib/test_trace_ir_ref.c @@ -471,7 +471,7 @@ static void test_example_scenario_in_graph(void) BT_ASSERT(ret == 0); graph = bt_graph_create(); ret = bt_graph_add_source_component(graph, comp_cls, "src-comp", - NULL, NULL); + NULL, BT_LOGGING_LEVEL_NONE, NULL); BT_ASSERT(ret == 0); bt_graph_put_ref(graph); bt_component_class_source_put_ref(comp_cls);