summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-10-05 05:58:51 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-10-05 05:58:51 +0000
commit346ee882f1e812e0110b54a9bc8ef770f51e209a (patch)
tree03baf2cdbb67f20554195355eb0f12d078d29288 /scripts
parent8ee5a6055f18d4d462b678ac39270e2507bb3586 (diff)
downloadgooglemock-346ee882f1e812e0110b54a9bc8ef770f51e209a.tar.gz
Adds SetArgPointee to replace SetArgumentPointee.
git-svn-id: http://googlemock.googlecode.com/svn/trunk@327 8415998a-534a-0410-bf83-d39667b30386
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gmock_doctor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gmock_doctor.py b/scripts/gmock_doctor.py
index 4a41abf..18c117f 100755
--- a/scripts/gmock_doctor.py
+++ b/scripts/gmock_doctor.py
@@ -102,6 +102,7 @@ _COMMON_GMOCK_SYMBOLS = [
'ReturnRef',
'SaveArg',
'SetArgReferee',
+ 'SetArgPointee',
'SetArgumentPointee',
'SetArrayArgument',
'SetErrnoAndReturn',