diff options
author | Gennadiy Civil <misterg@google.com> | 2018-04-18 17:13:23 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-04-18 17:13:23 -0400 |
commit | f31243503276fff49dfdc8e74076a0552c298c20 (patch) | |
tree | 58e8974442ba6be24bbc03ee9fc9f008e8376f80 | |
parent | a0fd742639d87dcc442adf44c3800377a4547c37 (diff) | |
download | googletest-f31243503276fff49dfdc8e74076a0552c298c20.tar.gz googletest-f31243503276fff49dfdc8e74076a0552c298c20.tar.bz2 googletest-f31243503276fff49dfdc8e74076a0552c298c20.zip |
more typos
-rw-r--r-- | googlemock/test/gmock-matchers_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-matchers_test.cc b/googlemock/test/gmock-matchers_test.cc index b8e27980..aede415f 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) |