Fix small typo SeArrayArgument

SeArrayArgument => SetArrayArgument
This commit is contained in:
bartshappee 2016-11-07 13:33:22 -05:00 committed by GitHub
parent 824055a10e
commit bed9a44281

View File

@ -1680,7 +1680,7 @@ This also works when the argument is an output iterator:
```
using ::testing::_;
using ::testing::SeArrayArgument;
using ::testing::SetArrayArgument;
class MockRolodex : public Rolodex {
public: