0
0
mirror of https://github.com/google/googletest.git synced 2025-03-19 18:33:48 +00:00

Remove GTEST_FOR_GOOGLE_ macro

The "more details" warning message printed by this macro is no longer
needed.

PiperOrigin-RevId: 513945729
Change-Id: I644910216dbef2fe92eee3a648f2078e705cc7a1
This commit is contained in:
Tom Hughes 2023-03-03 16:05:40 -08:00 committed by Copybara-Service
parent 16feffa8fa
commit 0bdd45085a

View File

@ -5966,10 +5966,6 @@ bool UnitTestImpl::RunAllTests() {
"() before calling RUN_ALL_TESTS(). This is INVALID. Soon " GTEST_NAME_ "() before calling RUN_ALL_TESTS(). This is INVALID. Soon " GTEST_NAME_
" will start to enforce the valid usage. " " will start to enforce the valid usage. "
"Please fix it ASAP, or IT WILL START TO FAIL.\n"); // NOLINT "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; return !failed;