summaryrefslogtreecommitdiff
path: root/scripts/gmock_doctor.py
diff options
context:
space:
mode:
authorjgm@google.com <jgm@google.com@8415998a-534a-0410-bf83-d39667b30386>2012-04-10 16:02:11 +0000
committerjgm@google.com <jgm@google.com@8415998a-534a-0410-bf83-d39667b30386>2012-04-10 16:02:11 +0000
commit9bc5e4afdb0407b5fd4acb101e3b11850a90a873 (patch)
tree148e73f4c3b6354f900cae94be5e9495e04d7efa /scripts/gmock_doctor.py
parent6260125d98ddc9bea2cfef739b0f7378f0264a3e (diff)
downloadgooglemock-9bc5e4afdb0407b5fd4acb101e3b11850a90a873.tar.gz
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes.
git-svn-id: http://googlemock.googlecode.com/svn/trunk@405 8415998a-534a-0410-bf83-d39667b30386
Diffstat (limited to 'scripts/gmock_doctor.py')
-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 61bbea6..d5c4518 100755
--- a/scripts/gmock_doctor.py
+++ b/scripts/gmock_doctor.py
@@ -416,7 +416,7 @@ def _NeedToUseReturnNullDiagnoser(msg):
'::operator testing::Action<Func>\(\) const.*\n' +
_GCC_FILE_LINE_RE + r'instantiated from here\n'
r'.*error: no matching function for call to \'ImplicitCast_\('
- r'long int&\)')
+ r'(:?long )?int&\)')
clang_regex = (r'\bgmock-actions.h:.* error: no matching function for '
r'call to \'ImplicitCast_\'\r?\n'
r'(.*\n)*?' +