Skip to content

Commit f5cd125

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update googletest to fa6de7f
PR-URL: #52949 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent bbbfd7f commit f5cd125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/googletest/include/gtest/internal/gtest-port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ typedef struct _RTL_CRITICAL_SECTION GTEST_CRITICAL_SECTION;
670670
// Determines whether to support death tests.
671671
// pops up a dialog window that cannot be suppressed programmatically.
672672
#if (defined(GTEST_OS_LINUX) || defined(GTEST_OS_CYGWIN) || \
673-
defined(GTEST_OS_SOLARIS) || \
673+
defined(GTEST_OS_SOLARIS) || defined(GTEST_OS_ZOS) || \
674674
(defined(GTEST_OS_MAC) && !defined(GTEST_OS_IOS)) || \
675675
(defined(GTEST_OS_WINDOWS_DESKTOP) && _MSC_VER) || \
676676
defined(GTEST_OS_WINDOWS_MINGW) || defined(GTEST_OS_AIX) || \

0 commit comments

Comments
 (0)