aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/libstore/characterization.hh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/libstore/characterization.hh')
-rw-r--r--tests/unit/libstore/characterization.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/libstore/characterization.hh b/tests/unit/libstore/characterization.hh
index 5f366cb42..46bf4b2e5 100644
--- a/tests/unit/libstore/characterization.hh
+++ b/tests/unit/libstore/characterization.hh
@@ -20,4 +20,9 @@ static bool testAccept() {
return getEnv("_NIX_TEST_ACCEPT") == "1";
}
+constexpr std::string_view cannotReadGoldenMaster =
+ "Cannot read golden master because another test is also updating it";
+
+constexpr std::string_view updatingGoldenMaster =
+ "Updating golden master";
}