diff options
Diffstat (limited to 'test/buildtool/execution_engine/dag/dag.test.cpp')
-rw-r--r-- | test/buildtool/execution_engine/dag/dag.test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/buildtool/execution_engine/dag/dag.test.cpp b/test/buildtool/execution_engine/dag/dag.test.cpp index 201a537f..521e650e 100644 --- a/test/buildtool/execution_engine/dag/dag.test.cpp +++ b/test/buildtool/execution_engine/dag/dag.test.cpp @@ -353,7 +353,6 @@ namespace { } template <typename TNode> -// NOLINTNEXTLINE(misc-no-recursion) [[nodiscard]] auto IsValidNode( TNode const& node, gsl::not_null<std::unordered_set<std::uintptr_t>*> const& seen) -> bool { |