[2332] use EXPECT_DEATH_IF_SUPPORTED instead of ifdef.
avoiding ifdef is generally better, and _IF_SUPPORTED seems to have been supported since googletest 1.4 and should be commonly available for us.
Please register or sign in to comment
avoiding ifdef is generally better, and _IF_SUPPORTED seems to have been supported since googletest 1.4 and should be commonly available for us.