We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6230d31 commit fd15f51Copy full SHA for fd15f51
googlemock/test/gmock-function-mocker_test.cc
@@ -91,7 +91,7 @@ class FooInterface {
91
92
virtual bool TakesNonConstReference(int& n) = 0; // NOLINT
93
virtual std::string TakesConstReference(const int& n) = 0;
94
- virtual bool TakesConst(const int x) = 0;
+ virtual bool TakesConst(int x) = 0;
95
96
virtual int OverloadedOnArgumentNumber() = 0;
97
virtual int OverloadedOnArgumentNumber(int n) = 0;
0 commit comments