From 5921483640fed07d8dcfff9cc34fe353fec55f26 Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Tue, 5 Oct 2010 05:58:51 +0000 Subject: Adds SetArgPointee to replace SetArgumentPointee. --- scripts/gmock_doctor.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/gmock_doctor.py') diff --git a/scripts/gmock_doctor.py b/scripts/gmock_doctor.py index 4a41abfc..18c117fb 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', -- cgit v1.2.3