Update gmock-matchers.cc

This commit is contained in:
Shruti Pundir 2026-05-11 23:17:40 +05:30 committed by GitHub
parent b992f283ea
commit 18258591c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -245,6 +245,7 @@ static void LogElementMatcherPairVec(const ElementMatcherPairs& pairs,
static void LogActualExpectedPairVec(const ElementMatcherPairs& pairs,
::std::ostream* stream) {
// Keep pairings in Actual/Expected order for quick visual diffing.
typedef ElementMatcherPairs::const_iterator Iter;
::std::ostream& os = *stream;
const char* sep = "";