Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
881ee307
Commit
881ee307
authored
Apr 18, 2018
by
Gennadiy Civil
Browse files
typo
parent
10e8ec27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
googlemock/test/gmock-matchers_test.cc
googlemock/test/gmock-matchers_test.cc
+7
-7
No files found.
googlemock/test/gmock-matchers_test.cc
View file @
881ee307
...
@@ -33,6 +33,13 @@
...
@@ -33,6 +33,13 @@
//
//
// This file tests some commonly used argument matchers.
// This file tests some commonly used argument matchers.
// Disable MSVC2015 warning for std::pair:
// "decorated name length exceeded, name was truncated".
#if defined _MSC_VER
# pragma warning(push)
# pragma warning(disable:4503)
#endif
#include "gmock/gmock-matchers.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock-more-matchers.h"
#include "gmock/gmock-more-matchers.h"
...
@@ -59,13 +66,6 @@
...
@@ -59,13 +66,6 @@
# include <forward_list> // NOLINT
# include <forward_list> // NOLINT
#endif
#endif
// Disable MSVC2015 warning for std::pair:
// "decorated name length exceeded, name was truncated".
#if defined _MSC_VER
# pragma warning(push)
# pragma warning(disable:4503)
#endif
#if GTEST_LANG_CXX11
#if GTEST_LANG_CXX11
# include <type_traits>
# include <type_traits>
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment