lib: bt_graph_create(): accept MIP version
[babeltrace.git] / tests / lib / test_trace_ir_ref.c
index 7eeef185a76b2261eab639ffce4cd806e074334b..33591800bc381a3085b49f5a38f568b8d773bff3 100644 (file)
@@ -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);
This page took 0.02335 seconds and 4 git commands to generate.