mirror of
https://github.com/google/googletest.git
synced 2025-03-10 09:16:48 +00:00
Merge pull request #926 from bartshappee/patch-1
Fix small typo in Cookbook: SeArrayArgument
This commit is contained in:
commit
e533ff4bd3
@ -1682,7 +1682,7 @@ This also works when the argument is an output iterator:
|
|||||||
|
|
||||||
```
|
```
|
||||||
using ::testing::_;
|
using ::testing::_;
|
||||||
using ::testing::SeArrayArgument;
|
using ::testing::SetArrayArgument;
|
||||||
|
|
||||||
class MockRolodex : public Rolodex {
|
class MockRolodex : public Rolodex {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user