commit | bf55085d456e3ee55eb234c98c435e54d0a2d5aa | [log] [tgz] |
---|---|---|
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | Tue Jun 09 06:09:53 2009 +0000 |
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | Tue Jun 09 06:09:53 2009 +0000 |
tree | 32d9ace4b2fa991dd2f82f76685cb9eae0b00523 | |
parent | 2661c6821a4d7964697e48747c4d739e1ac3a243 [diff] [blame] |
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.
diff --git a/test/gmock_link_test.h b/test/gmock_link_test.h index 4e0adb7..b903f3c 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>