| Index: testing/generate_gmock_mutant.py
|
| diff --git a/testing/generate_gmock_mutant.py b/testing/generate_gmock_mutant.py
|
| index 9c5678c2f296df5beada9c5f2ecefee48635fc91..45ac4edbbc043b600967c561ab53b5f8a8cce067 100755
|
| --- a/testing/generate_gmock_mutant.py
|
| +++ b/testing/generate_gmock_mutant.py
|
| @@ -66,7 +66,7 @@ HEADER = """\
|
| // // Will invoke mock.HandleFlowers("orchids", n, request)
|
| // // "orchids" is a pre-bound argument, and <n> and <request> are call-time
|
| // // arguments - they are not known until the OnRequest mock is invoked.
|
| -// EXPECT_CALL(mock, OnRequest(Ge(5), StartsWith("flower"))
|
| +// EXPECT_CALL(mock, OnRequest(Ge(5), base::StartsWith("flower"))
|
| // .Times(1)
|
| // .WillOnce(Invoke(CreateFunctor(&mock, &Mock::HandleFlowers,
|
| // string("orchids"))));
|
|
|