summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2018-12-21 09:17:43 (GMT)
committerGennadiy Civil <misterg@google.com>2018-12-21 16:30:20 (GMT)
commit34a99e547ab7754bf69618d3047a80b1b35148b3 (patch)
tree2448adad120d1594f38be1825d04af37962a14a1 /googlemock/include/gmock/gmock.h
parenta83cc11abe4856a60d92ceba2d65af8236cc3500 (diff)
downloadgoogletest-34a99e547ab7754bf69618d3047a80b1b35148b3.zip
googletest-34a99e547ab7754bf69618d3047a80b1b35148b3.tar.gz
googletest-34a99e547ab7754bf69618d3047a80b1b35148b3.tar.bz2
Googletest export
Get rid of code generation for NiceMock / StrictMock. They got small enough that it doesn't make sense to generate them. PiperOrigin-RevId: 226455689
Diffstat (limited to 'googlemock/include/gmock/gmock.h')
-rw-r--r--googlemock/include/gmock/gmock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock.h b/googlemock/include/gmock/gmock.h
index a1e1e6f..c68ae1c 100644
--- a/googlemock/include/gmock/gmock.h
+++ b/googlemock/include/gmock/gmock.h
@@ -62,10 +62,10 @@
#include "gmock/gmock-generated-actions.h"
#include "gmock/gmock-generated-function-mockers.h"
#include "gmock/gmock-generated-matchers.h"
-#include "gmock/gmock-generated-nice-strict.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock-more-actions.h"
#include "gmock/gmock-more-matchers.h"
+#include "gmock/gmock-nice-strict.h"
#include "gmock/internal/gmock-internal-utils.h"
namespace testing {