Commit bc628f8d authored by Victor Zverovich's avatar Victor Zverovich

Fix EXPECT_DEBUG_DEATH_IF_SUPPORTED (#1214)

parent edd13fcc
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
EXPECT_DEBUG_DEATH(statement, regex) EXPECT_DEBUG_DEATH(statement, regex)
#else #else
# define EXPECT_DEBUG_DEATH_IF_SUPPORTED(statement, regex) \ # define EXPECT_DEBUG_DEATH_IF_SUPPORTED(statement, regex) \
GTEST_UNSUPPORTED_DEATH_TEST(statement, regex, ) GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, )
#endif #endif
TEST(AssertTest, Fail) { TEST(AssertTest, Fail) {
......
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