Commit 54978626 by Xiaoyi Zhang

Merge pull request #2547 from kuzkry:typo

PiperOrigin-RevId: 278702456
parents 3e062a6e f658561e
...@@ -1323,7 +1323,7 @@ class PredicateFormatterFromMatcher { ...@@ -1323,7 +1323,7 @@ class PredicateFormatterFromMatcher {
<< "Expected: "; << "Expected: ";
matcher.DescribeTo(&ss); matcher.DescribeTo(&ss);
// Rerun the matcher to "PrintAndExain" the failure. // Rerun the matcher to "PrintAndExplain" the failure.
StringMatchResultListener listener; StringMatchResultListener listener;
if (MatchPrintAndExplain(x, matcher, &listener)) { if (MatchPrintAndExplain(x, matcher, &listener)) {
ss << "\n The matcher failed on the initial attempt; but passed when " ss << "\n The matcher failed on the initial attempt; but passed when "
......
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