aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2020-02-07 16:09:11 -0500
committerAndy Getz <durandal@google.com>2020-02-07 18:20:45 -0500
commit41b5f149ab306e96b5b2faf523505d75acffd98a (patch)
tree4277d57b73935ea47f80a5ad9b8e611f891c4051 /googlemock/test
parent2d6d7a01c9ce9d7aded4106890ba2352e586c54a (diff)
downloadgoogletest-41b5f149ab306e96b5b2faf523505d75acffd98a.tar.gz
googletest-41b5f149ab306e96b5b2faf523505d75acffd98a.tar.bz2
googletest-41b5f149ab306e96b5b2faf523505d75acffd98a.zip
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/test')
-rw-r--r--googlemock/test/gmock-generated-matchers_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-generated-matchers_test.cc b/googlemock/test/gmock-generated-matchers_test.cc
index a5ab4e26..26c41f68 100644
--- a/googlemock/test/gmock-generated-matchers_test.cc
+++ b/googlemock/test/gmock-generated-matchers_test.cc
@@ -39,7 +39,7 @@
# pragma warning(disable:4100)
#endif
-#include "gmock/gmock-generated-matchers.h"
+#include "gmock/gmock-matchers.h"
#include <array>
#include <iterator>