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
6f4e9394
"vscode:/vscode.git/clone" did not exist on "83602c834044185eb6ebc67d4c6c474f3593830a"
Commit
6f4e9394
authored
Apr 04, 2018
by
Gennadiy Civil
Browse files
More on MSVC warning C4503, decorated name length exceeded
parent
5b3d2772
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/test/gmock-matchers_test.cc
googlemock/test/gmock-matchers_test.cc
+1
-1
No files found.
googlemock/test/gmock-matchers_test.cc
View file @
6f4e9394
...
@@ -5382,6 +5382,7 @@ INSTANTIATE_TEST_CASE_P(AllGraphs, BipartiteTest,
...
@@ -5382,6 +5382,7 @@ INSTANTIATE_TEST_CASE_P(AllGraphs, BipartiteTest,
::
testing
::
Range
(
0
,
5
));
::
testing
::
Range
(
0
,
5
));
// Parameterized by a pair interpreted as (LhsSize, RhsSize).
// Parameterized by a pair interpreted as (LhsSize, RhsSize).
GTEST_DISABLE_MSC_WARNINGS_PUSH_
(
4503
)
class
BipartiteNonSquareTest
class
BipartiteNonSquareTest
:
public
::
testing
::
TestWithParam
<
std
::
pair
<
size_t
,
size_t
>
>
{
:
public
::
testing
::
TestWithParam
<
std
::
pair
<
size_t
,
size_t
>
>
{
};
};
...
@@ -5459,7 +5460,6 @@ TEST_P(BipartiteRandomTest, LargerNets) {
...
@@ -5459,7 +5460,6 @@ TEST_P(BipartiteRandomTest, LargerNets) {
}
}
// Test argument is a std::pair<int, int> representing (nodes, iters).
// Test argument is a std::pair<int, int> representing (nodes, iters).
GTEST_DISABLE_MSC_WARNINGS_PUSH_
(
4503
)
INSTANTIATE_TEST_CASE_P
(
Samples
,
BipartiteRandomTest
,
INSTANTIATE_TEST_CASE_P
(
Samples
,
BipartiteRandomTest
,
testing
::
Values
(
testing
::
Values
(
std
::
make_pair
(
5
,
10000
),
std
::
make_pair
(
5
,
10000
),
...
...
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