mirror of
https://github.com/google/googletest.git
synced 2026-07-30 16:26:24 +08:00
Merge 4ae270979823394bdba49f67792fbecbc7366daf into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
This commit is contained in:
commit
00100ba916
@ -3732,7 +3732,7 @@ class [[nodiscard]] ElementsAreMatcherImpl
|
||||
// the end of either the elements or the matchers, or until we find a
|
||||
// mismatch.
|
||||
for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
|
||||
bool match; // Does the current element match the current matcher?
|
||||
bool match = false; // Does the current element match the current matcher?
|
||||
if (listener_interested) {
|
||||
StringMatchResultListener s;
|
||||
match = matchers_[exam_pos].MatchAndExplain(*it, &s);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user