diff options
author | Abseil Team <absl-team@google.com> | 2019-10-28 14:43:06 (GMT) |
---|---|---|
committer | vslashg <gfalcon@google.com> | 2019-10-29 20:51:01 (GMT) |
commit | a1f71dd56df487ed755cdf6a6a2908a64207285a (patch) | |
tree | 9bfdf74537f491f16d13ffd3cd25e96155061904 /googlemock/docs/cheat_sheet.md | |
parent | a8b1a66cfda3422ca54b2fef5e65a2ecc2345e57 (diff) | |
download | googletest-a1f71dd56df487ed755cdf6a6a2908a64207285a.zip googletest-a1f71dd56df487ed755cdf6a6a2908a64207285a.tar.gz googletest-a1f71dd56df487ed755cdf6a6a2908a64207285a.tar.bz2 |
Googletest export
Remove badly formatted suggestion in gmock cheat sheet.
PiperOrigin-RevId: 277060475
Diffstat (limited to 'googlemock/docs/cheat_sheet.md')
-rw-r--r-- | googlemock/docs/cheat_sheet.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/googlemock/docs/cheat_sheet.md b/googlemock/docs/cheat_sheet.md index aafb3b3..975362b 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> -  `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) --> | | | | :--------------------------------- | :-------------------------------------- | |