diff options
Diffstat (limited to 'googlemock')
| -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) | 
