39TEST(HelpFlagTest, ShouldNotBeRun) {
40 ASSERT_TRUE(
false) <<
"Tests shouldn't be run when --help is specified.";
43#if GTEST_HAS_DEATH_TEST
44TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
#define ASSERT_TRUE(condition)
TEST(HelpFlagTest, ShouldNotBeRun)