aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gmock_doctor.py
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2015-07-19 20:39:47 +0000
committerkosak <kosak@google.com>2015-07-19 20:39:47 +0000
commit67c377d3b1820a095a9af880a6c24a4daeb35115 (patch)
treec4df214f4a677c558d3356643676ca4dcfc4cc57 /scripts/gmock_doctor.py
parentd86a723ed95229f7412e72daafd2c0a89c705830 (diff)
downloadgoogletest-67c377d3b1820a095a9af880a6c24a4daeb35115.tar.gz
googletest-67c377d3b1820a095a9af880a6c24a4daeb35115.tar.bz2
googletest-67c377d3b1820a095a9af880a6c24a4daeb35115.zip
Move Callback-related generated actions to a custom/ file.
Diffstat (limited to 'scripts/gmock_doctor.py')
-rwxr-xr-xscripts/gmock_doctor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gmock_doctor.py b/scripts/gmock_doctor.py
index c6a8a900..94e7af6a 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'.*\bgmock-\w+-actions\.h:\d+:\d+:\s+'
+ r'.*\bcallback-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'.*\bgmock-\w+-actions\.h:\d+:\d+: '
+ r'.*\bcallback-actions\.h:\d+:\d+: '
r'note: candidate function template not viable: '
r'requires .*, but 2 (arguments )?were provided')
diagnosis = """