summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2026-07-29 17:49:48 +1200
committerGitHub <noreply@github.com>2026-07-29 17:49:48 +1200
commitc863abc0d3b5d9f25a9b83bbdebd48bd29197617 (patch)
tree9e0ca4e5460e47a9cf46406bb818415194fbdb85 /Source/UnitTests/Core
parent9b726fd56ba7fde6f81854ed048c5e3c75d0393c (diff)
parent55c015e6ac74b0ecce7f30b4aed499f02fa9c5bd (diff)
Merge pull request #14770 from JoshuaVandaele/gen-approved-hash
AchievementApprovedHash: Automatically generate hash using CMake
Diffstat (limited to 'Source/UnitTests/Core')
-rw-r--r--Source/UnitTests/Core/PatchAllowlistTest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/UnitTests/Core/PatchAllowlistTest.cpp b/Source/UnitTests/Core/PatchAllowlistTest.cpp
index b7ac220f61..c689908277 100644
--- a/Source/UnitTests/Core/PatchAllowlistTest.cpp
+++ b/Source/UnitTests/Core/PatchAllowlistTest.cpp
@@ -131,9 +131,7 @@ TEST(PatchAllowlist, VerifyHashes)
if (digest != ACHIEVEMENT_APPROVED_LIST_HASH)
{
ADD_FAILURE() << "Approved list hash does not match the one in AchievementApprovedHash.h."
- << std::endl
- << "Please update ACHIEVEMENT_APPROVED_LIST_HASH to the following:" << std::endl
- << Common::SHA1::DigestToSource(digest);
+ << std::endl;
}
// Compare with old allowlist
std::string old_allowlist;