Protect a new death test with GTEST_HAS_DEATH_TEST, since MinGW doesn't support it.
This commit is contained in:
parent
50ede8ba17
commit
db4b583084
@ -465,6 +465,8 @@ TEST(ExtensionSetTest, SpaceUsedExcludingSelf) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef GTEST_HAS_DEATH_TEST
|
||||||
|
|
||||||
TEST(ExtensionSetTest, InvalidEnumDeath) {
|
TEST(ExtensionSetTest, InvalidEnumDeath) {
|
||||||
unittest::TestAllExtensions message;
|
unittest::TestAllExtensions message;
|
||||||
EXPECT_DEBUG_DEATH(
|
EXPECT_DEBUG_DEATH(
|
||||||
@ -473,6 +475,8 @@ TEST(ExtensionSetTest, InvalidEnumDeath) {
|
|||||||
"IsValid");
|
"IsValid");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif GTEST_HAS_DEATH_TEST
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
} // namespace internal
|
} // namespace internal
|
||||||
} // namespace protobuf
|
} // namespace protobuf
|
||||||
|
Loading…
Reference in New Issue
Block a user