summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Getz <durandal@google.com>2020-12-07 18:04:04 -0500
committerAndy Getz <durandal@google.com>2020-12-07 18:04:04 -0500
commit7bf5057a04eebb12cb731bfd6b3a19c510dc5087 (patch)
tree0bb0bcbb2961ed62ff697a3066c346c36976d770
parentd0e0529af95263cc3dd44072681f96de07e82bef (diff)
parent4fac06b4556cb693bb45eb4cbdac1d1d658e6fa5 (diff)
downloadgoogletest-7bf5057a04eebb12cb731bfd6b3a19c510dc5087.tar.gz
googletest-7bf5057a04eebb12cb731bfd6b3a19c510dc5087.zip
Merge pull request #3159 from malcops:master
PiperOrigin-RevId: 346160291
-rw-r--r--googletest/src/gtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc
index 4b34ac57..910c1ad3 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -6275,7 +6275,7 @@ static const char kColorEncodedHelpMessage[] =
" List the names of all tests instead of running them. The name of\n"
" TEST(Foo, Bar) is \"Foo.Bar\".\n"
" @G--" GTEST_FLAG_PREFIX_
- "filter=@YPOSTIVE_PATTERNS"
+ "filter=@YPOSITIVE_PATTERNS"
"[@G-@YNEGATIVE_PATTERNS]@D\n"
" Run only the tests whose name matches one of the positive patterns "
"but\n"
OpenPOWER on IntegriCloud