Commit a840d929 authored by Andrey Kamaev's avatar Andrey Kamaev

#2170 fix warning of undefined GTEST_HAS_DEATH_TEST

parent 10dcf9ea
......@@ -1702,6 +1702,8 @@ inline bool operator!=(const GTEST_10_TUPLE_(T)& t,
GTEST_OS_OPENBSD || GTEST_OS_QNX)
# define GTEST_HAS_DEATH_TEST 1
# include <vector> // NOLINT
#else
# define GTEST_HAS_DEATH_TEST 0
#endif
// We don't support MSVC 7.1 with exceptions disabled now. Therefore
......
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