Unverified Commit 577daedd authored by Gennadiy Civil's avatar Gennadiy Civil Committed by GitHub
Browse files

Merge pull request #2274 from goudan-er/master

fix typo
parents 0183a459 3ff7cd0f
...@@ -70,7 +70,7 @@ class Foo { ...@@ -70,7 +70,7 @@ class Foo {
class MockFoo : public Foo { class MockFoo : public Foo {
... ...
MOCK_METHOD1(Add, int(Element x)); 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_METHOD0(GetBar, Bar&());
MOCK_CONST_METHOD0(GetBar, const Bar&()); MOCK_CONST_METHOD0(GetBar, const Bar&());
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment