Commit bc628f8d authored by Victor Zverovich's avatar Victor Zverovich

Fix EXPECT_DEBUG_DEATH_IF_SUPPORTED (#1214)

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