aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-05-10 17:14:29 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-05-10 17:14:29 +0000
commit02f7106557fde1f1075dc53d65ef1f7a11851f93 (patch)
tree6218ed0ee19038e58ffe1f5c6571ed17e195df1c /scripts
parent76c1c612e23d87874669faf0b1c8f74caa4a7eb4 (diff)
downloadgoogletest-02f7106557fde1f1075dc53d65ef1f7a11851f93.tar.gz
googletest-02f7106557fde1f1075dc53d65ef1f7a11851f93.tar.bz2
googletest-02f7106557fde1f1075dc53d65ef1f7a11851f93.zip
Moves the universal printer from gmock to gtest (by Vlad Losev).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gmock_doctor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gmock_doctor.py b/scripts/gmock_doctor.py
index bc814ad9..fad4e340 100755
--- a/scripts/gmock_doctor.py
+++ b/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