Skip to content
Snippets Groups Projects
Unverified Commit 3ff7cd0f authored by Wenyuan Yan's avatar Wenyuan Yan Committed by GitHub
Browse files

fix typo

parent 31200def
No related branches found
No related tags found
No related merge requests found
......@@ -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&());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment