summaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-04-18 21:13:23 (GMT)
committerGennadiy Civil <misterg@google.com>2018-04-18 21:13:23 (GMT)
commitf31243503276fff49dfdc8e74076a0552c298c20 (patch)
tree58e8974442ba6be24bbc03ee9fc9f008e8376f80 /googlemock
parenta0fd742639d87dcc442adf44c3800377a4547c37 (diff)
downloadgoogletest-f31243503276fff49dfdc8e74076a0552c298c20.zip
googletest-f31243503276fff49dfdc8e74076a0552c298c20.tar.gz
googletest-f31243503276fff49dfdc8e74076a0552c298c20.tar.bz2
more typos
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/test/gmock-matchers_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-matchers_test.cc b/googlemock/test/gmock-matchers_test.cc
index b8e2798..aede415 100644
--- a/googlemock/test/gmock-matchers_test.cc
+++ b/googlemock/test/gmock-matchers_test.cc
@@ -35,7 +35,7 @@
// Disable MSVC2014 warning for std::pair:
// "decorated name length exceeded, name was truncated".
-ifdef _MSC_VER
+#ifdef _MSC_VER
#if _MSC_VER < 1900
# pragma warning(push)
# pragma warning(disable:4503)