diff options
author | kosak <kosak@google.com> | 2015-07-28 00:53:13 +0000 |
---|---|---|
committer | kosak <kosak@google.com> | 2015-07-28 00:53:13 +0000 |
commit | 6e1087218be351ce67af53328ccd5d97c8b8c169 (patch) | |
tree | f2260edc093ffec7cf9715e787ee83e26f99dd36 /scripts/gmock_doctor.py | |
parent | 01db9d469ba113cee5040ba65bb98b2cb04c8583 (diff) | |
download | googletest-6e1087218be351ce67af53328ccd5d97c8b8c169.tar.gz googletest-6e1087218be351ce67af53328ccd5d97c8b8c169.tar.bz2 googletest-6e1087218be351ce67af53328ccd5d97c8b8c169.zip |
Rename custom/callback-actions.h[.pump] =>
custom/gmock-generated-actions.h[.pump].
Diffstat (limited to 'scripts/gmock_doctor.py')
-rwxr-xr-x | scripts/gmock_doctor.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gmock_doctor.py b/scripts/gmock_doctor.py index 94e7af6a..9ac46535 100755 --- a/scripts/gmock_doctor.py +++ b/scripts/gmock_doctor.py @@ -308,7 +308,7 @@ def _OverloadedFunctionActionDiagnoser(msg): clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching ' r'function for call to \'Invoke\'\r?\n' r'(.*\n)*?' - r'.*\bcallback-actions\.h:\d+:\d+:\s+' + r'.*\bgmock-generated-actions\.h:\d+:\d+:\s+' r'note: candidate template ignored:\s+' r'couldn\'t infer template argument \'FunctionImpl\'') diagnosis = """ @@ -334,7 +334,7 @@ def _OverloadedMethodActionDiagnoser(msg): clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function ' r'for call to \'Invoke\'\r?\n' r'(.*\n)*?' - r'.*\bcallback-actions\.h:\d+:\d+: ' + r'.*\bgmock-generated-actions\.h:\d+:\d+: ' r'note: candidate function template not viable: ' r'requires .*, but 2 (arguments )?were provided') diagnosis = """ |