| Index: testing/gmock/scripts/gmock_doctor.py
|
| diff --git a/testing/gmock/scripts/gmock_doctor.py b/testing/gmock/scripts/gmock_doctor.py
|
| index bc814ad99447fcdb8811a43a6a827e8537b10d36..fad4e34067e3c08d1deb54fc4d599f3378c23283 100755
|
| --- a/testing/gmock/scripts/gmock_doctor.py
|
| +++ b/testing/gmock/scripts/gmock_doctor.py
|
| @@ -203,7 +203,7 @@ def _IncompleteByReferenceArgumentDiagnoser(msg):
|
| """Diagnoses the IBRA disease, given the error messages by gcc."""
|
|
|
| regex = (_FILE_LINE_RE + r'instantiated from here\n'
|
| - r'.*gmock-printers\.h.*error: invalid application of '
|
| + r'.*gtest-printers\.h.*error: invalid application of '
|
| r'\'sizeof\' to incomplete type \'(?P<type>.*)\'')
|
| diagnosis = """
|
| In order to mock this function, Google Mock needs to see the definition
|
|
|