mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-06-20 20:30:04 +08: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::SeArrayArgument;
|
||||
using ::testing::SetArrayArgument;
|
||||
|
||||
class MockRolodex : public Rolodex {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user