summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/executor
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_engine/executor')
-rw-r--r--test/buildtool/execution_engine/executor/executor.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp
index 0db5501a..8d37f9aa 100644
--- a/test/buildtool/execution_engine/executor/executor.test.cpp
+++ b/test/buildtool/execution_engine/executor/executor.test.cpp
@@ -205,8 +205,8 @@ class TestApi : public IExecutionApi {
std::vector<std::string> const& /*unused*/,
std::vector<std::string> const& /*unused*/,
std::map<std::string, std::string> const& /*unused*/,
- std::map<std::string, std::string> const& /*unused*/) const noexcept
- -> IExecutionAction::Ptr final {
+ std::map<std::string, std::string> const& /*unused*/,
+ bool /*unused*/) const noexcept -> IExecutionAction::Ptr final {
return std::make_unique<TestAction>(config_);
}
[[nodiscard]] auto RetrieveToPaths(