From 6e1087218be351ce67af53328ccd5d97c8b8c169 Mon Sep 17 00:00:00 2001 From: kosak Date: Tue, 28 Jul 2015 00:53:13 +0000 Subject: Rename custom/callback-actions.h[.pump] => custom/gmock-generated-actions.h[.pump]. --- scripts/gmock_doctor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 = """ -- cgit v1.2.3