diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-29 16:56:46 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-07 14:58:04 +0100 |
commit | 2ce9018150d71931853f1bec4f516432ff558186 (patch) | |
tree | b7b05480a7e0c14e06059863f0957b84e5acf3ae /test/buildtool/execution_engine/executor/executor.test.cpp | |
parent | 952c60a8ecc4318fbd20a01fe642b6629ddf42cc (diff) | |
download | justbuild-2ce9018150d71931853f1bec4f516432ff558186.tar.gz |
Rename artifact_blob_container to artifact_blob
Diffstat (limited to 'test/buildtool/execution_engine/executor/executor.test.cpp')
-rw-r--r-- | test/buildtool/execution_engine/executor/executor.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp index 531e8301..c317f80e 100644 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -44,7 +44,7 @@ #include "src/buildtool/common/repository_config.hpp" #include "src/buildtool/common/statistics.hpp" #include "src/buildtool/crypto/hash_function.hpp" -#include "src/buildtool/execution_api/common/artifact_blob_container.hpp" +#include "src/buildtool/execution_api/common/artifact_blob.hpp" #include "src/buildtool/execution_api/common/execution_action.hpp" #include "src/buildtool/execution_api/common/execution_api.hpp" #include "src/buildtool/execution_api/common/execution_response.hpp" |