summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-04-10 20:34:21 (GMT)
committerGennadiy Civil <misterg@google.com>2018-04-10 20:34:21 (GMT)
commit6f9db26159f8a568b9af4410a7936f7018d30886 (patch)
tree9eaf9434e7c42ae648da5cc6c099e8c04640e000 /googletest/include/gtest
parent9bc82ce7251b01ac3abfb28efc9793b56fa835d6 (diff)
downloadgoogletest-6f9db26159f8a568b9af4410a7936f7018d30886.zip
googletest-6f9db26159f8a568b9af4410a7936f7018d30886.tar.gz
googletest-6f9db26159f8a568b9af4410a7936f7018d30886.tar.bz2
merging
Diffstat (limited to 'googletest/include/gtest')
-rw-r--r--googletest/include/gtest/internal/gtest-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-internal.h b/googletest/include/gtest/internal/gtest-internal.h
index c050da7..a0f2771 100644
--- a/googletest/include/gtest/internal/gtest-internal.h
+++ b/googletest/include/gtest/internal/gtest-internal.h
@@ -1155,7 +1155,7 @@ class NativeArray {
#define GTEST_SUCCESS_(message) \
GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
-// Suppresses MSVC warnings 4072 (unreachable code) for the code following
+// Suppress MSVC warning 4702 (unreachable code) for the code following
// statement if it returns or throws (or doesn't return or throw in some
// situations).
#define GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement) \