aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-more-actions_test.cc
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
commit5921483640fed07d8dcfff9cc34fe353fec55f26 (patch)
tree03baf2cdbb67f20554195355eb0f12d078d29288 /test/gmock-more-actions_test.cc
parent662d8a23502173db60e2d9d600c508e06d8ba173 (diff)
downloadgoogletest-5921483640fed07d8dcfff9cc34fe353fec55f26.tar.gz
googletest-5921483640fed07d8dcfff9cc34fe353fec55f26.tar.bz2
googletest-5921483640fed07d8dcfff9cc34fe353fec55f26.zip
Adds SetArgPointee to replace SetArgumentPointee.
Diffstat (limited to 'test/gmock-more-actions_test.cc')
-rw-r--r--test/gmock-more-actions_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/gmock-more-actions_test.cc b/test/gmock-more-actions_test.cc
index c09cccf4..64c4e081 100644
--- a/test/gmock-more-actions_test.cc
+++ b/test/gmock-more-actions_test.cc
@@ -60,7 +60,6 @@ using testing::ReturnArg;
using testing::ReturnPointee;
using testing::SaveArg;
using testing::SetArgReferee;
-using testing::SetArgumentPointee;
using testing::StaticAssertTypeEq;
using testing::Unused;
using testing::WithArg;