commit | 5921483640fed07d8dcfff9cc34fe353fec55f26 | [log] [tgz] |
---|---|---|
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | Tue Oct 05 05:58:51 2010 +0000 |
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | Tue Oct 05 05:58:51 2010 +0000 |
tree | 03baf2cdbb67f20554195355eb0f12d078d29288 | |
parent | 662d8a23502173db60e2d9d600c508e06d8ba173 [diff] [blame] |
Adds SetArgPointee to replace SetArgumentPointee.
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 @@ 'ReturnRef', 'SaveArg', 'SetArgReferee', + 'SetArgPointee', 'SetArgumentPointee', 'SetArrayArgument', 'SetErrnoAndReturn',