Skip to content

Commit fd15f51

Browse files
Abseil Teamcopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 769938700 Change-Id: I3f36d03a5d54f1f2fbeda9fbaa5e205736c3cdbc
1 parent 6230d31 commit fd15f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googlemock/test/gmock-function-mocker_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class FooInterface {
9191

9292
virtual bool TakesNonConstReference(int& n) = 0; // NOLINT
9393
virtual std::string TakesConstReference(const int& n) = 0;
94-
virtual bool TakesConst(const int x) = 0;
94+
virtual bool TakesConst(int x) = 0;
9595

9696
virtual int OverloadedOnArgumentNumber() = 0;
9797
virtual int OverloadedOnArgumentNumber(int n) = 0;

0 commit comments

Comments
 (0)