Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
f44bdc73
Commit
f44bdc73
authored
Oct 24, 2011
by
vladlosev
Browse files
Fixed Google Mock Doctor Clang regexes to work on both k8 and piii (by Greg Miller).
parent
0fd83968
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/gmock_doctor.py
scripts/gmock_doctor.py
+1
-1
No files found.
scripts/gmock_doctor.py
View file @
f44bdc73
...
...
@@ -422,7 +422,7 @@ def _NeedToUseReturnNullDiagnoser(msg):
r
'(.*\n)*?'
+
_CLANG_NON_GMOCK_FILE_LINE_RE
+
r
'note: in instantiation '
r
'of function template specialization '
r
'\'testing::internal::ReturnAction<long>::operator '
r
'\'testing::internal::ReturnAction<
(int|
long
)
>::operator '
r
'Action<(?P<type>.*)\(\)>\' requested here'
)
diagnosis
=
"""
You are probably calling Return(NULL) and the compiler isn't sure how to turn
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment