summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-02-11 17:18:30 -0500
committerDerek Mauro <dmauro@google.com>2021-02-18 13:26:24 -0500
commit0a3a3a845e136a9a6ccd8e9b924b848840f22b7b (patch)
treecc00fcd606b95359f98d6b48bff011ec3749d940 /googletest/include/gtest/gtest.h
parente935e6c387cdf541f73b2cbbbe02e651c12887a9 (diff)
downloadgoogletest-0a3a3a845e136a9a6ccd8e9b924b848840f22b7b.tar.gz
googletest-0a3a3a845e136a9a6ccd8e9b924b848840f22b7b.zip
Googletest export
Make include guards conform with https://google.github.io/styleguide/cppguide.html#The__define_Guard, attempt #2 PiperOrigin-RevId: 357056902
Diffstat (limited to 'googletest/include/gtest/gtest.h')
-rw-r--r--googletest/include/gtest/gtest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index 20abc41e..1088e110 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -49,8 +49,8 @@
// GOOGLETEST_CM0001 DO NOT DELETE
-#ifndef GTEST_INCLUDE_GTEST_GTEST_H_
-#define GTEST_INCLUDE_GTEST_GTEST_H_
+#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_H_
+#define GOOGLETEST_INCLUDE_GTEST_GTEST_H_
#include <cstddef>
#include <limits>
@@ -2473,4 +2473,4 @@ inline int RUN_ALL_TESTS() {
GTEST_DISABLE_MSC_WARNINGS_POP_() // 4251
-#endif // GTEST_INCLUDE_GTEST_GTEST_H_
+#endif // GOOGLETEST_INCLUDE_GTEST_GTEST_H_
OpenPOWER on IntegriCloud