Merge pull request #2180 from twam:master

PiperOrigin-RevId: 239404016
This commit is contained in:
Gennadiy Civil
2019-03-21 10:43:14 -04:00
2 changed files with 6 additions and 5 deletions

View File

@@ -198,7 +198,6 @@ Google Test (the name is chosen to match `static_assert` in C++0x).
If you are writing a function that returns an `ACTION` object, you'll
need to know its type. The type depends on the macro used to define
the action and the parameter types. The rule is relatively simple:
| **Given Definition** | **Expression** | **Has Type** |
|:-------------------------|:-----------------------------|:-------------------------|
| `ACTION(Foo)` | `Foo()` | `FooAction` |