mirror of
https://github.com/google/googletest.git
synced 2025-11-12 15:55:01 -05:00
Cleans up macro definitions.
This commit is contained in:
@@ -2462,7 +2462,7 @@ TEST(ResultOfTest, WorksForCompatibleMatcherTypes) {
|
||||
EXPECT_FALSE(matcher.Matches(42));
|
||||
}
|
||||
|
||||
#ifdef GTEST_HAS_DEATH_TEST
|
||||
#if GTEST_HAS_DEATH_TEST
|
||||
// Tests that the program aborts when ResultOf is passed
|
||||
// a NULL function pointer.
|
||||
TEST(ResultOfDeathTest, DiesOnNullFunctionPointers) {
|
||||
|
||||
Reference in New Issue
Block a user