Merge pull request #2274 from goudan-er/master

fix typo
This commit is contained in:
Gennadiy Civil 2019-06-07 13:08:03 -04:00 committed by GitHub
commit 577daedd51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ class Foo {
class MockFoo : public Foo {
...
MOCK_METHOD1(Add, int(Element x));
MOCK_METHOD2(Add, int(int times, Element x);
MOCK_METHOD2(Add, int(int times, Element x));
MOCK_METHOD0(GetBar, Bar&());
MOCK_CONST_METHOD0(GetBar, const Bar&());