mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-04 17:26:42 +00:00
Fix a warning in gtest
This commit is contained in:
parent
489dabbd31
commit
dc59d3df3f
@ -2202,7 +2202,7 @@ bool UnitTestOptions::MatchesFilter(const std::string& name_str,
|
|||||||
|
|
||||||
// Check if this pattern matches name_str.
|
// Check if this pattern matches name_str.
|
||||||
if (PatternMatchesString(name_str, pattern, pattern_end)) {
|
if (PatternMatchesString(name_str, pattern, pattern_end)) {
|
||||||
return true;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Give up on this pattern. However, if we found a pattern separator (:),
|
// Give up on this pattern. However, if we found a pattern separator (:),
|
||||||
|
Loading…
Reference in New Issue
Block a user