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

@@ -1,5 +1,5 @@
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PP_H_
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PP_H_
#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_PP_H_
#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_PP_H_
// Expands and concatenates the arguments. Constructed macros reevaluate.
#define GMOCK_PP_CAT(_1, _2) GMOCK_PP_INTERNAL_CAT(_1, _2)