diff options
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2009-06-09 06:09:53 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2009-06-09 06:09:53 +0000 |
commit | bf55085d456e3ee55eb234c98c435e54d0a2d5aa (patch) | |
tree | 32d9ace4b2fa991dd2f82f76685cb9eae0b00523 /test/gmock_link_test.h | |
parent | 2661c6821a4d7964697e48747c4d739e1ac3a243 (diff) | |
download | googletest-bf55085d456e3ee55eb234c98c435e54d0a2d5aa.tar.gz googletest-bf55085d456e3ee55eb234c98c435e54d0a2d5aa.tar.bz2 googletest-bf55085d456e3ee55eb234c98c435e54d0a2d5aa.zip |
Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian.
Diffstat (limited to 'test/gmock_link_test.h')
-rw-r--r-- | test/gmock_link_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gmock_link_test.h b/test/gmock_link_test.h index 4e0adb71..b903f3cb 100644 --- a/test/gmock_link_test.h +++ b/test/gmock_link_test.h @@ -120,6 +120,7 @@ #include <errno.h> #endif +#include <gmock/internal/gmock-port.h> #include <gtest/gtest.h> #include <iostream> #include <vector> |