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
64368e05
Commit
64368e05
authored
Nov 20, 2018
by
Abseil Team
Committed by
Gennadiy Civil
Nov 20, 2018
Browse files
Googletest export
Remove redundant Base/Derived types. PiperOrigin-RevId: 222243634
parent
bb7c0ecb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
googlemock/test/gmock-actions_test.cc
googlemock/test/gmock-actions_test.cc
+0
-2
No files found.
googlemock/test/gmock-actions_test.cc
View file @
64368e05
...
...
@@ -1146,8 +1146,6 @@ TEST(WithArgsTest, ReturnReference) {
}
TEST
(
WithArgsTest
,
InnerActionWithConversion
)
{
struct
Base
{};
struct
Derived
:
Base
{};
Action
<
Derived
*
()
>
inner
=
[]
{
return
nullptr
;
};
Action
<
Base
*
(
double
)
>
a
=
testing
::
WithoutArgs
(
inner
);
EXPECT_EQ
(
nullptr
,
a
.
Perform
(
std
::
make_tuple
(
1.1
)));
...
...
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