Commit d3ddfaa1 by Dino Radakovic Committed by Copybara-Service

raw_hash_set_test: Match lowercase "invalid iterator" in death tests

PiperOrigin-RevId: 552520562
Change-Id: I5d311871afbc2906894c3b754a503a6abace8ceb
parent c9c0fd51
......@@ -2156,7 +2156,7 @@ TEST(TableDeathTest, InvalidIteratorAsserts) {
// use-of-uninitialized-value in msan, or invalidated iterator assertions.
constexpr const char* kInvalidIteratorDeathMessage =
"heap-use-after-free|use-of-uninitialized-value|invalidated "
"iterator|Invalid iterator";
"iterator|Invalid iterator|invalid iterator";
// MSVC doesn't support | in regex.
#if defined(_MSC_VER)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment