aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-04-18 16:43:11 -0400
committerGennadiy Civil <misterg@google.com>2018-04-18 16:43:11 -0400
commitb00e281078c3623b9022d8bf037a756f47eb7d21 (patch)
tree1e37f98e21e9f8bc0cf07d3602b2391e11625446
parent881ee307a7602a826a76209b121ae30aabdc9f21 (diff)
downloadgoogletest-b00e281078c3623b9022d8bf037a756f47eb7d21.tar.gz
googletest-b00e281078c3623b9022d8bf037a756f47eb7d21.tar.bz2
googletest-b00e281078c3623b9022d8bf037a756f47eb7d21.zip
more typos
-rw-r--r--googlemock/test/gmock-matchers_test.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/googlemock/test/gmock-matchers_test.cc b/googlemock/test/gmock-matchers_test.cc
index de02929b..05c6eb6f 100644
--- a/googlemock/test/gmock-matchers_test.cc
+++ b/googlemock/test/gmock-matchers_test.cc
@@ -35,7 +35,7 @@
// Disable MSVC2015 warning for std::pair:
// "decorated name length exceeded, name was truncated".
-#if defined _MSC_VER
+#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable:4503)
#endif
@@ -6736,7 +6736,6 @@ TEST(NotTest, WorksOnMoveOnlyType) {
} // namespace gmock_matchers_test
} // namespace testing
-#if defined _MSC_VER
+#ifdef _MSC_VER
# pragma warning(pop)
#endif
-