Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbfd7f commit f5cd125Copy full SHA for f5cd125
deps/googletest/include/gtest/internal/gtest-port.h
@@ -670,7 +670,7 @@ typedef struct _RTL_CRITICAL_SECTION GTEST_CRITICAL_SECTION;
670
// Determines whether to support death tests.
671
// pops up a dialog window that cannot be suppressed programmatically.
672
#if (defined(GTEST_OS_LINUX) || defined(GTEST_OS_CYGWIN) || \
673
- defined(GTEST_OS_SOLARIS) || \
+ defined(GTEST_OS_SOLARIS) || defined(GTEST_OS_ZOS) || \
674
(defined(GTEST_OS_MAC) && !defined(GTEST_OS_IOS)) || \
675
(defined(GTEST_OS_WINDOWS_DESKTOP) && _MSC_VER) || \
676
defined(GTEST_OS_WINDOWS_MINGW) || defined(GTEST_OS_AIX) || \
0 commit comments