summaryrefslogtreecommitdiff
path: root/googletest/src
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@google.com>2023-03-03 16:05:40 -0800
committerCopybara-Service <copybara-worker@google.com>2023-03-06 07:18:26 -0800
commit0bdd45085ab7e81dc7fc9dc3ac9bb20110be3db7 (patch)
tree787dedbbfc856538144dfbc2aa34cdbcb2608113 /googletest/src
parent16feffa8fa7cb6e061787ce345c16eb24326d2ce (diff)
downloadgoogletest-git-0bdd45085ab7e81dc7fc9dc3ac9bb20110be3db7.tar.gz
Remove GTEST_FOR_GOOGLE_ macro
The "more details" warning message printed by this macro is no longer needed. PiperOrigin-RevId: 513945729 Change-Id: I644910216dbef2fe92eee3a648f2078e705cc7a1
Diffstat (limited to 'googletest/src')
-rw-r--r--googletest/src/gtest.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc
index 0dd3ebad..55f8e507 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -5966,10 +5966,6 @@ bool UnitTestImpl::RunAllTests() {
"() before calling RUN_ALL_TESTS(). This is INVALID. Soon " GTEST_NAME_
" will start to enforce the valid usage. "
"Please fix it ASAP, or IT WILL START TO FAIL.\n"); // NOLINT
-#if GTEST_FOR_GOOGLE_
- ColoredPrintf(GTestColor::kRed,
- "For more details, see http://wiki/Main/ValidGUnitMain.\n");
-#endif // GTEST_FOR_GOOGLE_
}
return !failed;