summaryrefslogtreecommitdiff
path: root/googlemock/docs
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2019-10-28 10:43:06 -0400
committervslashg <gfalcon@google.com>2019-10-29 16:51:01 -0400
commita1f71dd56df487ed755cdf6a6a2908a64207285a (patch)
tree9bfdf74537f491f16d13ffd3cd25e96155061904 /googlemock/docs
parenta8b1a66cfda3422ca54b2fef5e65a2ecc2345e57 (diff)
downloadgoogletest-git-a1f71dd56df487ed755cdf6a6a2908a64207285a.tar.gz
Googletest export
Remove badly formatted suggestion in gmock cheat sheet. PiperOrigin-RevId: 277060475
Diffstat (limited to 'googlemock/docs')
-rw-r--r--googlemock/docs/cheat_sheet.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/googlemock/docs/cheat_sheet.md b/googlemock/docs/cheat_sheet.md
index aafb3b3b..975362bf 100644
--- a/googlemock/docs/cheat_sheet.md
+++ b/googlemock/docs/cheat_sheet.md
@@ -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>
- &emsp;`template <typename T>` <br>
- &emsp;`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) -->
| | |
| :--------------------------------- | :-------------------------------------- |