mirror of
https://github.com/google/googletest.git
synced 2025-01-14 08:27:56 +08:00
fix typo
This commit is contained in:
parent
31200def0d
commit
3ff7cd0f1b
@ -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&());
|
||||
|
Loading…
x
Reference in New Issue
Block a user