Skip to content

Commit

Permalink
test: assert-test: fix typo in else-branch of EXPECT_DEBUG_DEATH_IF_S…
Browse files Browse the repository at this point in the history
…UPPORTED

Patch by Ievgen Liubymkin (jackyf).
  • Loading branch information
vitaut committed Feb 19, 2019
1 parent 0476a51 commit ed138d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/assert-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ed138d7

Please sign in to comment.