Skip to content

Commit

Permalink
Reformat whitespace.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721031835
Change-Id: I7ebb806858baf06ec9ca429528f7dcaa30d8d095
  • Loading branch information
ckennelly authored and copybara-github committed Jan 29, 2025
1 parent ed9a5d5 commit a1d0114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tcmalloc/testing/memory_errors_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -657,10 +657,10 @@ TEST_F(TcMallocTest, MismatchedSizeClassInFreelistInsertion) {
::operator delete(ptr, 5);
}
},
"Mismatched-size-class.*size argument in the range \\[1, "
"8\\].*allocations with sizes \\[9, 16\\]"
"|size check failed"
"|alloc-dealloc-mismatch");
absl::StrCat(
"(Mismatched-size-class.*size argument in the range \\[1, "
"8\\].*allocations with sizes \\[9, 16\\]"
")|size check failed|alloc-dealloc-mismatch"));
}

} // namespace
Expand Down

0 comments on commit a1d0114

Please sign in to comment.