"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "a41c3d0fb80c4558aa3799f262a7cfd67f32c468"
Commit 0bdd4508 authored by Tom Hughes's avatar Tom Hughes Committed by Copybara-Service
Browse files

Remove GTEST_FOR_GOOGLE_ macro

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

PiperOrigin-RevId: 513945729
Change-Id: I644910216dbef2fe92eee3a648f2078e705cc7a1
parent 16feffa8
...@@ -5966,10 +5966,6 @@ bool UnitTestImpl::RunAllTests() { ...@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment