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
9ab640ce
Commit
9ab640ce
authored
Dec 17, 2018
by
misterg
Committed by
Gennadiy Civil
Dec 17, 2018
Browse files
Googletest export
Suppress C4503 for MCVS , again PiperOrigin-RevId: 225895719
parent
7515e399
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
googlemock/test/gmock-generated-actions_test.cc
googlemock/test/gmock-generated-actions_test.cc
+0
-4
No files found.
googlemock/test/gmock-generated-actions_test.cc
View file @
9ab640ce
...
...
@@ -434,7 +434,6 @@ TEST(DoAllTest, TenActions) {
# pragma warning(disable:4100)
# pragma warning(disable:4503)
#endif
// Tests the ACTION*() macro family.
// Tests that ACTION() can define an action that doesn't reference the
...
...
@@ -1060,9 +1059,6 @@ TEST(ActionTemplateTest, CanBeOverloadedOnNumberOfValueParameters) {
EXPECT_EQ
(
12345
,
a4
.
Perform
(
std
::
make_tuple
()));
}
#ifdef _MSC_VER
# pragma warning(pop)
#endif
}
// namespace gmock_generated_actions_test
}
// namespace testing
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