diff options
| author | Andy Getz <durandal@google.com> | 2020-12-07 18:04:04 -0500 |
|---|---|---|
| committer | Andy Getz <durandal@google.com> | 2020-12-07 18:04:04 -0500 |
| commit | 7bf5057a04eebb12cb731bfd6b3a19c510dc5087 (patch) | |
| tree | 0bb0bcbb2961ed62ff697a3066c346c36976d770 | |
| parent | d0e0529af95263cc3dd44072681f96de07e82bef (diff) | |
| parent | 4fac06b4556cb693bb45eb4cbdac1d1d658e6fa5 (diff) | |
| download | googletest-7bf5057a04eebb12cb731bfd6b3a19c510dc5087.tar.gz googletest-7bf5057a04eebb12cb731bfd6b3a19c510dc5087.zip | |
Merge pull request #3159 from malcops:master
PiperOrigin-RevId: 346160291
| -rw-r--r-- | googletest/src/gtest.cc | 2 |
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" |

