diff options
Diffstat (limited to 'test/buildtool/execution_engine/executor')
-rw-r--r-- | test/buildtool/execution_engine/executor/executor.test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp index 5442aa21..0df8bd0f 100644 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -157,7 +157,8 @@ class TestApi : public IExecutionApi { // irrelevant for testing though. return unused.empty(); // not needed by Executor } - auto RetrieveToMemory(Artifact::ObjectInfo const& /*artifact_info*/) + auto RetrieveToMemory( + Artifact::ObjectInfo const& /*artifact_info*/) noexcept -> std::optional<std::string> override { return std::nullopt; // not needed by Executor } |