Fix small typo SeArrayArgument
SeArrayArgument => SetArrayArgument
This commit is contained in:
parent
a2b8a8e076
commit
bef93f32c1
|
@ -1680,7 +1680,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…
Reference in New Issue
Block a user