From ace40adf1ed751072bc858d40c08f8f56340b592 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 29 Aug 2024 13:49:58 +0200 Subject: Replace bazel_re::Digest in LocalAC ...with ArtifactDigest. --- test/buildtool/storage/local_ac.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/buildtool/storage/local_ac.test.cpp') diff --git a/test/buildtool/storage/local_ac.test.cpp b/test/buildtool/storage/local_ac.test.cpp index c692a75c..9923108d 100644 --- a/test/buildtool/storage/local_ac.test.cpp +++ b/test/buildtool/storage/local_ac.test.cpp @@ -27,7 +27,7 @@ [[nodiscard]] static auto RunDummyExecution( gsl::not_null const*> const& ac, gsl::not_null const*> const& cas_, - bazel_re::Digest const& action_id, + ArtifactDigest const& action_id, std::string const& seed) -> bool; TEST_CASE("LocalAC: Single action, single result", "[storage]") { @@ -136,7 +136,7 @@ TEST_CASE("LocalAC: Same two actions, two different results", "[storage]") { auto RunDummyExecution(gsl::not_null const*> const& ac, gsl::not_null const*> const& cas_, - bazel_re::Digest const& action_id, + ArtifactDigest const& action_id, std::string const& seed) -> bool { bazel_re::ActionResult result{}; *result.add_output_files() = [&]() { -- cgit v1.2.3