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
a1f71dd5
Commit
a1f71dd5
authored
Oct 28, 2019
by
Abseil Team
Committed by
vslashg
Oct 29, 2019
Browse files
Googletest export
Remove badly formatted suggestion in gmock cheat sheet. PiperOrigin-RevId: 277060475
parent
a8b1a66c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
googlemock/docs/cheat_sheet.md
googlemock/docs/cheat_sheet.md
+0
-13
No files found.
googlemock/docs/cheat_sheet.md
View file @
a1f71dd5
...
...
@@ -614,19 +614,6 @@ composite action - trying to do so will result in a run-time error.
#### Defining Actions
<table border="1" cellspacing="0" cellpadding="1">
<tr>
<td>`struct SumAction {` <br>
 `template <typename T>` <br>
 `T operator()(T x, Ty) { return x + y; }` <br>
`};`
</td>
<td> Defines a generic functor that can be used as an action summing its
arguments. </td> </tr>
<tr>
</tr>
</table>
<!-- mdformat off(no multiline tables) -->
| | |
| :--------------------------------- | :-------------------------------------- |
...
...
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