summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-05-23 15:03:31 (GMT)
committerGennadiy Civil <misterg@google.com>2018-05-23 15:03:31 (GMT)
commit28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c (patch)
tree4a2d3a55fe9a6117f12922522adc91057226c437 /googletest/include/gtest/internal/gtest-port.h
parent145d05750b15324899473340c8dd5af50d125d33 (diff)
downloadgoogletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.zip
googletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.tar.gz
googletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.tar.bz2
Formatting changes refs/pull/1607/head
Diffstat (limited to 'googletest/include/gtest/internal/gtest-port.h')
-rw-r--r--googletest/include/gtest/internal/gtest-port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-port.h b/googletest/include/gtest/internal/gtest-port.h
index fafb134..437a4ed 100644
--- a/googletest/include/gtest/internal/gtest-port.h
+++ b/googletest/include/gtest/internal/gtest-port.h
@@ -813,7 +813,7 @@ typedef struct _RTL_CRITICAL_SECTION GTEST_CRITICAL_SECTION;
(GTEST_OS_MAC && !GTEST_OS_IOS) || \
(GTEST_OS_WINDOWS_DESKTOP && _MSC_VER >= 1400) || \
GTEST_OS_WINDOWS_MINGW || GTEST_OS_AIX || GTEST_OS_HPUX || \
- GTEST_OS_OPENBSD || GTEST_OS_QNX || GTEST_OS_FREEBSD || \
+ GTEST_OS_OPENBSD || GTEST_OS_QNX || GTEST_OS_FREEBSD || \
GTEST_OS_NETBSD || GTEST_OS_FUCHSIA)
# define GTEST_HAS_DEATH_TEST 1
#endif