summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-15 23:24:13 (GMT)
committerGitHub <noreply@github.com>2018-08-15 23:24:13 (GMT)
commit490554aa0f3618e1e5dd217f11fe0c3f188ed615 (patch)
tree653c61578a8473862accd02fcc21c3a783878755
parent2172c08c9241ab0cc8857980bbe925fe1a55cf3c (diff)
parentca87cc72e222a2b2ffcfac686801946451e09ef1 (diff)
downloadgoogletest-490554aa0f3618e1e5dd217f11fe0c3f188ed615.zip
googletest-490554aa0f3618e1e5dd217f11fe0c3f188ed615.tar.gz
googletest-490554aa0f3618e1e5dd217f11fe0c3f188ed615.tar.bz2
Merge pull request #1746 from google/B60C9E9743233AA81897617B277709DF
googletest export
-rw-r--r--googlemock/include/gmock/gmock-more-matchers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/googlemock/include/gmock/gmock-more-matchers.h b/googlemock/include/gmock/gmock-more-matchers.h
index e5460e7..1c9a399 100644
--- a/googlemock/include/gmock/gmock-more-matchers.h
+++ b/googlemock/include/gmock/gmock-more-matchers.h
@@ -37,8 +37,8 @@
// GOOGLETEST_CM0002 DO NOT DELETE
-#ifndef GMOCK_GMOCK_MORE_MATCHERS_H_
-#define GMOCK_GMOCK_MORE_MATCHERS_H_
+#ifndef GMOCK_INCLUDE_GMOCK_MORE_MATCHERS_H_
+#define GMOCK_INCLUDE_GMOCK_MORE_MATCHERS_H_
#include "gmock/gmock-generated-matchers.h"
@@ -89,4 +89,4 @@ MATCHER(IsFalse, negation ? "is true" : "is false") {
} // namespace testing
-#endif // GMOCK_GMOCK_MORE_MATCHERS_H_
+#endif // GMOCK_INCLUDE_GMOCK_MORE_MATCHERS_H_