diff options
author | Abseil Team <absl-team@google.com> | 2020-08-26 18:36:31 (GMT) |
---|---|---|
committer | Andy Getz <durandal@google.com> | 2020-08-27 01:23:05 (GMT) |
commit | df6b75949b1efab7606ba60c0f0a0125ac95c5af (patch) | |
tree | 69bed5f72852109ef89cd705a9734750aac898ef /googlemock/include/gmock/gmock.h | |
parent | 1e315c5b1a62707fac9b8f1d4e03180ee7507f98 (diff) | |
download | googletest-df6b75949b1efab7606ba60c0f0a0125ac95c5af.zip googletest-df6b75949b1efab7606ba60c0f0a0125ac95c5af.tar.gz googletest-df6b75949b1efab7606ba60c0f0a0125ac95c5af.tar.bz2 |
Googletest export
Replace uses of ACTION_TEMPLATE and ACTION_P with manually written functors.
The latter provide better error diagnostics.
This fixes https://github.com/google/googletest/issues/2729.
PiperOrigin-RevId: 328573022
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 3c317b6..8a4acea 100644 --- a/googlemock/include/gmock/gmock.h +++ b/googlemock/include/gmock/gmock.h @@ -61,7 +61,6 @@ #include "gmock/gmock-function-mocker.h" #include "gmock/gmock-generated-actions.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" |