summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/common/api_test.hpp
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-05-24 17:46:49 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-05-28 16:19:19 +0200
commit6184c758d2d7512af94d133f6ecac1abce03490e (patch)
treea6d0f2c915798dee767b43198eed10efe18a3471 /test/buildtool/execution_api/common/api_test.hpp
parentdc273f4ce89dc6e562c4a99fd394c92f56eeb63f (diff)
downloadjustbuild-6184c758d2d7512af94d133f6ecac1abce03490e.tar.gz
Rename BlobContainer to BazelBlobContainer
Diffstat (limited to 'test/buildtool/execution_api/common/api_test.hpp')
-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));