diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-11 15:38:22 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-12 15:43:37 +0200 |
commit | 534ce6a0a096cede9aff88dd433b4c513003c189 (patch) | |
tree | 2410d35dcbc3db8959ae9b1f12370cba3013ccc8 /test/buildtool/execution_engine/executor/executor.test.cpp | |
parent | acd81410b5205cb18a4bba3fea75ff2389f00635 (diff) | |
download | justbuild-534ce6a0a096cede9aff88dd433b4c513003c189.tar.gz |
Remove redundant ArtifactFactory class used in tests only
...and move the related tests to artifact_description.test
Diffstat (limited to 'test/buildtool/execution_engine/executor/executor.test.cpp')
-rw-r--r-- | test/buildtool/execution_engine/executor/executor.test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp index 919ae998..f58f4ef4 100644 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -25,7 +25,6 @@ #include "gsl/gsl" #include "src/buildtool/auth/authentication.hpp" #include "src/buildtool/common/artifact_description.hpp" -#include "src/buildtool/common/artifact_factory.hpp" #include "src/buildtool/common/repository_config.hpp" #include "src/buildtool/common/statistics.hpp" #include "src/buildtool/execution_api/common/execution_api.hpp" |