From a1f71dd56df487ed755cdf6a6a2908a64207285a Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 28 Oct 2019 10:43:06 -0400 Subject: Googletest export Remove badly formatted suggestion in gmock cheat sheet. PiperOrigin-RevId: 277060475 --- googlemock/docs/cheat_sheet.md | 13 ------------- 1 file changed, 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 - - - - - - -
`struct SumAction {`
-  `template `
-  `T operator()(T x, Ty) { return x + y; }`
- `};` -
Defines a generic functor that can be used as an action summing its - arguments.
- | | | | :--------------------------------- | :-------------------------------------- | -- cgit v0.12