Unverified Commit 3ff7cd0f authored by Wenyuan Yan's avatar Wenyuan Yan Committed by GitHub
Browse files

fix typo

parent 31200def
...@@ -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