diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-11 15:14:05 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-12 15:43:37 +0200 |
commit | acd81410b5205cb18a4bba3fea75ff2389f00635 (patch) | |
tree | 90e37f95b98712f30d4b2544111a511735a55e1d /test/buildtool/execution_api/common/TARGETS | |
parent | ec4fe905bccd666c72e51fe1d822e7a575da8b70 (diff) | |
download | justbuild-acd81410b5205cb18a4bba3fea75ff2389f00635.tar.gz |
ArtifactFactory: remove FromDescription method
...since it is used in tests only.
Diffstat (limited to 'test/buildtool/execution_api/common/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/common/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/execution_api/common/TARGETS b/test/buildtool/execution_api/common/TARGETS index f49f65fc..b4e2c4a9 100644 --- a/test/buildtool/execution_api/common/TARGETS +++ b/test/buildtool/execution_api/common/TARGETS @@ -4,7 +4,7 @@ , "hdrs": ["api_test.hpp"] , "deps": [ ["@", "catch2", "", "catch2"] - , ["@", "src", "src/buildtool/common", "artifact_factory"] + , ["@", "src", "src/buildtool/common", "artifact_description"] , ["@", "src", "src/buildtool/execution_api/common", "common"] , ["@", "src", "src/buildtool/execution_api/local", "config"] , ["@", "src", "src/buildtool/file_system", "file_system_manager"] |