diff options
author | Abseil Team <absl-team@google.com> | 2020-02-07 21:09:11 (GMT) |
---|---|---|
committer | Andy Getz <durandal@google.com> | 2020-02-07 23:20:45 (GMT) |
commit | 41b5f149ab306e96b5b2faf523505d75acffd98a (patch) | |
tree | 4277d57b73935ea47f80a5ad9b8e611f891c4051 /googlemock/include/gmock/gmock.h | |
parent | 2d6d7a01c9ce9d7aded4106890ba2352e586c54a (diff) | |
download | googletest-41b5f149ab306e96b5b2faf523505d75acffd98a.zip googletest-41b5f149ab306e96b5b2faf523505d75acffd98a.tar.gz googletest-41b5f149ab306e96b5b2faf523505d75acffd98a.tar.bz2 |
Googletest export
Get rid of gmock-generated-matchers.h and gmock-generated-matchers.h.pump.
Stop using pump for MATCHER* macroses generation.
PiperOrigin-RevId: 293878808
Diffstat (limited to 'googlemock/include/gmock/gmock.h')
-rw-r--r-- | googlemock/include/gmock/gmock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock.h b/googlemock/include/gmock/gmock.h index 969f3ca..3c317b6 100644 --- a/googlemock/include/gmock/gmock.h +++ b/googlemock/include/gmock/gmock.h @@ -60,7 +60,6 @@ #include "gmock/gmock-cardinalities.h" #include "gmock/gmock-function-mocker.h" #include "gmock/gmock-generated-actions.h" -#include "gmock/gmock-generated-matchers.h" #include "gmock/gmock-matchers.h" #include "gmock/gmock-more-actions.h" #include "gmock/gmock-more-matchers.h" |