diff options
Diffstat (limited to 'test/gtest_help_test_.cc')
-rw-r--r-- | test/gtest_help_test_.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/gtest_help_test_.cc b/test/gtest_help_test_.cc index 0282bc88..aad0d72d 100644 --- a/test/gtest_help_test_.cc +++ b/test/gtest_help_test_.cc @@ -40,3 +40,7 @@ TEST(HelpFlagTest, ShouldNotBeRun) { ASSERT_TRUE(false) << "Tests shouldn't be run when --help is specified."; } + +#if GTEST_HAS_DEATH_TEST +TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} +#endif |