summaryrefslogtreecommitdiff
path: root/test/buildtool/storage/local_ac.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/storage/local_ac.test.cpp')
-rw-r--r--test/buildtool/storage/local_ac.test.cpp4
1 files changed, 2 insertions, 2 deletions
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<LocalAC<true> const*> const& ac,
gsl::not_null<LocalCAS<true> 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<LocalAC<true> const*> const& ac,
gsl::not_null<LocalCAS<true> 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() = [&]() {