summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/common
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_api/common')
-rw-r--r--test/buildtool/execution_api/common/api_test.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/execution_api/common/api_test.hpp b/test/buildtool/execution_api/common/api_test.hpp
index ac8925f0..8d869116 100644
--- a/test/buildtool/execution_api/common/api_test.hpp
+++ b/test/buildtool/execution_api/common/api_test.hpp
@@ -217,7 +217,7 @@ inline void SetLauncher() {
std::string output_path{"output_file"};
auto api = api_factory();
- CHECK(api->Upload(BlobContainer{{BazelBlob{
+ CHECK(api->Upload(BazelBlobContainer{{BazelBlob{
test_digest, test_content, /*is_exec=*/false}}},
false));