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 088b98a commit 04acf11Copy full SHA for 04acf11
third-party/unittest/googletest/include/gtest/internal/gtest-port.h
@@ -652,7 +652,7 @@ typedef struct _RTL_CRITICAL_SECTION GTEST_CRITICAL_SECTION;
652
// Determines whether to support death tests.
653
// pops up a dialog window that cannot be suppressed programmatically.
654
#if (defined(GTEST_OS_LINUX) || defined(GTEST_OS_CYGWIN) || \
655
- defined(GTEST_OS_SOLARIS) || \
+ defined(GTEST_OS_SOLARIS) || defined(GTEST_OS_ZOS) || \
656
(defined(GTEST_OS_MAC) && !defined(GTEST_OS_IOS)) || \
657
(defined(GTEST_OS_WINDOWS_DESKTOP) && _MSC_VER) || \
658
defined(GTEST_OS_WINDOWS_MINGW) || defined(GTEST_OS_AIX) || \
0 commit comments