diff options
Diffstat (limited to 'test/buildtool/graph_traverser/graph_traverser.test.hpp')
-rw-r--r-- | test/buildtool/graph_traverser/graph_traverser.test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/graph_traverser/graph_traverser.test.hpp b/test/buildtool/graph_traverser/graph_traverser.test.hpp index c5ffb840..84b348e4 100644 --- a/test/buildtool/graph_traverser/graph_traverser.test.hpp +++ b/test/buildtool/graph_traverser/graph_traverser.test.hpp @@ -107,7 +107,7 @@ class TestProject { clargs.artifacts = entry_points; auto const comp_graph = root_dir_ / "graph_description_compatible"; if (Compatibility::IsCompatible() and - std::filesystem::exists(comp_graph)) { + FileSystemManager::Exists(comp_graph)) { clargs.graph_description = comp_graph; } else { |