diff options
author | Abseil Team <absl-team@google.com> | 2018-11-14 13:00:04 -0500 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-11-15 16:11:19 -0500 |
commit | c5f08bf91944ce1b19bcf414fa1760e69d20afc2 (patch) | |
tree | 1ea5f98814275865502f9af0698deb4e03f11cf6 /googlemock/include/gmock/gmock.h | |
parent | d5932506d6eed73ac80b9bcc47ed723c8c74eb1e (diff) | |
download | googletest-c5f08bf91944ce1b19bcf414fa1760e69d20afc2.tar.gz googletest-c5f08bf91944ce1b19bcf414fa1760e69d20afc2.tar.bz2 googletest-c5f08bf91944ce1b19bcf414fa1760e69d20afc2.zip |
Googletest export
One macro to rule them all.
PiperOrigin-RevId: 221462515
Diffstat (limited to 'googlemock/include/gmock/gmock.h')
-rw-r--r-- | googlemock/include/gmock/gmock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/googlemock/include/gmock/gmock.h b/googlemock/include/gmock/gmock.h index dd962260..a1e1e6f1 100644 --- a/googlemock/include/gmock/gmock.h +++ b/googlemock/include/gmock/gmock.h @@ -58,6 +58,7 @@ #include "gmock/gmock-actions.h" #include "gmock/gmock-cardinalities.h" +#include "gmock/gmock-function-mocker.h" #include "gmock/gmock-generated-actions.h" #include "gmock/gmock-generated-function-mockers.h" #include "gmock/gmock-generated-matchers.h" |