Commit b00e2810 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

more typos

parent 881ee307
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
// Disable MSVC2015 warning for std::pair: // Disable MSVC2015 warning for std::pair:
// "decorated name length exceeded, name was truncated". // "decorated name length exceeded, name was truncated".
#if defined _MSC_VER #ifdef _MSC_VER
# pragma warning(push) # pragma warning(push)
# pragma warning(disable:4503) # pragma warning(disable:4503)
#endif #endif
...@@ -6736,7 +6736,6 @@ TEST(NotTest, WorksOnMoveOnlyType) { ...@@ -6736,7 +6736,6 @@ TEST(NotTest, WorksOnMoveOnlyType) {
} // namespace gmock_matchers_test } // namespace gmock_matchers_test
} // namespace testing } // namespace testing
#if defined _MSC_VER #ifdef _MSC_VER
# pragma warning(pop) # pragma warning(pop)
#endif #endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment