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