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
569fba4d
Commit
569fba4d
authored
Jan 22, 2019
by
Abseil Team
Committed by
Gennadiy Civil
Jan 22, 2019
Browse files
Googletest export
Make internal FunctionMocker class final PiperOrigin-RevId: 230332778
parent
9518a574
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/include/gmock/gmock-spec-builders.h
googlemock/include/gmock/gmock-spec-builders.h
+1
-1
No files found.
googlemock/include/gmock/gmock-spec-builders.h
View file @
569fba4d
...
...
@@ -1453,7 +1453,7 @@ template <typename F>
class
FunctionMocker
;
template
<
typename
R
,
typename
...
Args
>
class
FunctionMocker
<
R
(
Args
...)
>
:
public
UntypedFunctionMockerBase
{
class
FunctionMocker
<
R
(
Args
...)
>
final
:
public
UntypedFunctionMockerBase
{
using
F
=
R
(
Args
...);
public:
...
...
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