mirror of
https://github.com/google/googletest.git
synced 2025-12-08 00:25:18 +08:00
Fix small typo SeArrayArgument
SeArrayArgument => SetArrayArgument
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user