Googletest export

Revert include guard fix

PiperOrigin-RevId: 356588893
This commit is contained in:
Abseil Team
2021-02-09 17:15:00 -05:00
committed by Andy Soffer
parent 0b4ecf54ca
commit d4144d4ee2
46 changed files with 141 additions and 137 deletions

View File

@@ -127,8 +127,8 @@
// GOOGLETEST_CM0002 DO NOT DELETE
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
#define GMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
#ifndef _WIN32_WCE
# include <errno.h>
@@ -1684,4 +1684,5 @@ template <typename F, typename Impl>
# pragma warning(pop)
#endif
#endif // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
#endif // GMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_