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

@@ -97,8 +97,8 @@
// GOOGLETEST_CM0001 DO NOT DELETE
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
#define GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
#ifndef GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
#define GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
#include <functional>
#include <memory>
@@ -952,4 +952,4 @@ template <typename T>
// declarations from this file.
#include "gtest/internal/custom/gtest-printers.h"
#endif // GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
#endif // GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_