ir: rename bt_ctf_field_path_get_root()
[babeltrace.git] / tests / lib / test_bt_ctf_field_type_validation.c
index 0e8b07880c0df90c31a945380cb2668819cc455f..6338a7b36b29da1d86cb8bc8e466350cf4314982 100644 (file)
@@ -1662,7 +1662,7 @@ int validate_field_path(struct bt_ctf_field_type *field_type,
                goto end;
        }
 
-       if (bt_ctf_field_path_get_root(field_path) != root) {
+       if (bt_ctf_field_path_get_root_scope(field_path) != root) {
                ret = -1;
                goto end;
        }
This page took 0.024382 seconds and 4 git commands to generate.