summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/executor
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_engine/executor')
-rwxr-xr-xtest/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 0ffe5e4d..1a9b90b2 100755
--- a/test/buildtool/execution_engine/executor/executor.test.cpp
+++ b/test/buildtool/execution_engine/executor/executor.test.cpp
@@ -126,8 +126,8 @@ class TestApi : public IExecutionApi {
return false; // not needed by Executor
}
auto RetrieveToFds(std::vector<Artifact::ObjectInfo> const& /*unused*/,
- std::vector<int> const& /*unused*/) noexcept
- -> bool final {
+ std::vector<int> const& /*unused*/,
+ bool /*unused*/) noexcept -> bool final {
return false; // not needed by Executor
}
auto Upload(BlobContainer const& blobs, bool /*unused*/) noexcept