diff options
author | Abseil Team <absl-team@google.com> | 2020-02-05 17:38:58 -0500 |
---|---|---|
committer | Andy Getz <durandal@google.com> | 2020-02-07 13:35:27 -0500 |
commit | fbf67a70d07543f40832d0cd7a58f304bc6ab1d1 (patch) | |
tree | 17c398d421017528782ad3a69a6af090ba001305 /googlemock/test/gmock_all_test.cc | |
parent | 11d9834e98c158712cf257c8497eaf3ec536f755 (diff) | |
download | googletest-fbf67a70d07543f40832d0cd7a58f304bc6ab1d1.tar.gz googletest-fbf67a70d07543f40832d0cd7a58f304bc6ab1d1.tar.bz2 googletest-fbf67a70d07543f40832d0cd7a58f304bc6ab1d1.zip |
Googletest export
Get rid of gmock-generated-function-mockers.h and
gmock-generated-function-mockers.h.pump.
Stop using pump for GMOCK_METHOD* macroses generation.
PiperOrigin-RevId: 293454519
Diffstat (limited to 'googlemock/test/gmock_all_test.cc')
-rw-r--r-- | googlemock/test/gmock_all_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/googlemock/test/gmock_all_test.cc b/googlemock/test/gmock_all_test.cc index b2b2027d..c53d0965 100644 --- a/googlemock/test/gmock_all_test.cc +++ b/googlemock/test/gmock_all_test.cc @@ -38,7 +38,6 @@ #include "test/gmock-actions_test.cc" #include "test/gmock-cardinalities_test.cc" #include "test/gmock-generated-actions_test.cc" -#include "test/gmock-generated-function-mockers_test.cc" #include "test/gmock-generated-matchers_test.cc" #include "test/gmock-internal-utils_test.cc" #include "test/gmock-matchers_test.cc" |