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

@@ -29,8 +29,8 @@
// A sample program demonstrating using Google C++ testing framework.
#ifndef GOOGLETEST_SAMPLES_SAMPLE3_INL_H_
#define GOOGLETEST_SAMPLES_SAMPLE3_INL_H_
#ifndef GTEST_SAMPLES_SAMPLE3_INL_H_
#define GTEST_SAMPLES_SAMPLE3_INL_H_
#include <stddef.h>
@@ -169,4 +169,4 @@ class Queue {
const Queue& operator = (const Queue&);
};
#endif // GOOGLETEST_SAMPLES_SAMPLE3_INL_H_
#endif // GTEST_SAMPLES_SAMPLE3_INL_H_