Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
c67f51b5
Commit
c67f51b5
authored
Apr 12, 2018
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvc
parent
9b5940e0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gmock-matchers_test.cc
googlemock/test/gmock-matchers_test.cc
+2
-2
No files found.
googlemock/test/gmock-matchers_test.cc
View file @
c67f51b5
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,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) && (_MSC_VER <= 1900)
#if defined
_MSC_VER
# pragma warning(push)
# pragma warning(push)
# pragma warning(disable:4503)
# pragma warning(disable:4503)
#endif
#endif
...
@@ -6696,7 +6696,7 @@ TEST(NotTest, WorksOnMoveOnlyType) {
...
@@ -6696,7 +6696,7 @@ TEST(NotTest, WorksOnMoveOnlyType) {
}
// namespace gmock_matchers_test
}
// namespace gmock_matchers_test
}
// namespace testing
}
// namespace testing
#if defined
(_MSC_VER) && (_MSC_VER <= 1900)
#if defined
_MSC_VER
# pragma warning(pop)
# pragma warning(pop)
#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