X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Ftest_trace_ir_ref.c;h=33591800bc381a3085b49f5a38f568b8d773bff3;hb=056deb59eb33e87c06c0067907768ab08aff74a2;hp=7eeef185a76b2261eab639ffce4cd806e074334b;hpb=f1f741737f03892d781ed00de554606eeea84c15;p=babeltrace.git diff --git a/tests/lib/test_trace_ir_ref.c b/tests/lib/test_trace_ir_ref.c index 7eeef185..33591800 100644 --- a/tests/lib/test_trace_ir_ref.c +++ b/tests/lib/test_trace_ir_ref.c @@ -436,7 +436,7 @@ static void test_example_scenario_in_graph(void) BT_ASSERT(comp_cls); ret = bt_component_class_source_set_init_method(comp_cls, src_init); BT_ASSERT(ret == 0); - graph = bt_graph_create(); + graph = bt_graph_create(0); ret = bt_graph_add_source_component(graph, comp_cls, "src-comp", NULL, BT_LOGGING_LEVEL_NONE, NULL); BT_ASSERT(ret == 0);