From 4fac06b4556cb693bb45eb4cbdac1d1d658e6fa5 Mon Sep 17 00:00:00 2001 From: malcops Date: Sat, 5 Dec 2020 12:37:44 -0500 Subject: [PATCH] Fix typo in CLI help message --- googletest/src/gtest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"