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
This commit is contained in:
Abseil Team
2020-08-26 14:36:31 -04:00
committed by Andy Getz
parent 1e315c5b1a
commit df6b75949b
4 changed files with 162 additions and 183 deletions

View File

@@ -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"