summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-more-matchers.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2020-02-07 21:09:11 (GMT)
committerAndy Getz <durandal@google.com>2020-02-07 22:33:40 (GMT)
commit96d9d272198d6eaf243d1451d0a8368d60fbd9c8 (patch)
tree4277d57b73935ea47f80a5ad9b8e611f891c4051 /googlemock/include/gmock/gmock-more-matchers.h
parent2d6d7a01c9ce9d7aded4106890ba2352e586c54a (diff)
downloadgoogletest-96d9d272198d6eaf243d1451d0a8368d60fbd9c8.zip
googletest-96d9d272198d6eaf243d1451d0a8368d60fbd9c8.tar.gz
googletest-96d9d272198d6eaf243d1451d0a8368d60fbd9c8.tar.bz2
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-more-matchers.h')
-rw-r--r--googlemock/include/gmock/gmock-more-matchers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/include/gmock/gmock-more-matchers.h b/googlemock/include/gmock/gmock-more-matchers.h
index 1c9a399..b306dd6 100644
--- a/googlemock/include/gmock/gmock-more-matchers.h
+++ b/googlemock/include/gmock/gmock-more-matchers.h
@@ -30,7 +30,7 @@
// Google Mock - a framework for writing C++ mock classes.
//
-// This file implements some matchers that depend on gmock-generated-matchers.h.
+// This file implements some matchers that depend on gmock-matchers.h.
//
// Note that tests are implemented in gmock-matchers_test.cc rather than
// gmock-more-matchers-test.cc.
@@ -40,7 +40,7 @@
#ifndef GMOCK_INCLUDE_GMOCK_MORE_MATCHERS_H_
#define GMOCK_INCLUDE_GMOCK_MORE_MATCHERS_H_
-#include "gmock/gmock-generated-matchers.h"
+#include "gmock/gmock-matchers.h"
namespace testing {