diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-06-13 13:30:13 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-06-13 15:55:41 +0200 |
commit | fe831b304c445f75fce9c4454678f69a749b8bce (patch) | |
tree | c0b7648b91a6d21497e27d24254954bd2886b3e9 /test/buildtool/execution_engine/executor/executor.test.cpp | |
parent | e4bbf59415e610fc090572aff29cd20cdb9c41f8 (diff) | |
download | justbuild-fe831b304c445f75fce9c4454678f69a749b8bce.tar.gz |
ArtifactDescription: Add ref getter for id and C++ hash
Diffstat (limited to 'test/buildtool/execution_engine/executor/executor.test.cpp')
-rwxr-xr-x | test/buildtool/execution_engine/executor/executor.test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp index beec0842..3e56909e 100755 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -170,11 +170,8 @@ static void SetupConfig(std::filesystem::path const& ws) { SetupConfig(ws); auto const local_cpp_desc = ArtifactDescription{path{"local.cpp"}, ""}; - auto const local_cpp_id = local_cpp_desc.Id(); - auto const known_cpp_desc = ArtifactDescription{ArtifactDigest{"known.cpp", 0}, ObjectType::File}; - auto const known_cpp_id = known_cpp_desc.Id(); auto const test_action_desc = ActionDescription{ {"output1.exe", "output2.exe"}, |