Fix a warning in gtest

This commit is contained in:
Victor Zverovich 2022-08-21 08:16:11 -07:00
parent 489dabbd31
commit dc59d3df3f

View File

@ -2202,7 +2202,7 @@ bool UnitTestOptions::MatchesFilter(const std::string& name_str,
// Check if this pattern matches name_str.
if (PatternMatchesString(name_str, pattern, pattern_end)) {
return true;
break;
}
// Give up on this pattern. However, if we found a pattern separator (:),