diff options
author | Abseil Team <absl-team@google.com> | 2021-02-09 22:15:00 (GMT) |
---|---|---|
committer | Andy Soffer <asoffer@google.com> | 2021-02-11 17:49:24 (GMT) |
commit | d4144d4ee25f66af2d210f1590f258f143e02280 (patch) | |
tree | 023a304300e642d49411e2c30bc94ef06c9ff221 /googlemock/test/gmock_link_test.h | |
parent | 0b4ecf54ca1e1947879c23339d9ead80791a477f (diff) | |
download | googletest-d4144d4ee25f66af2d210f1590f258f143e02280.zip googletest-d4144d4ee25f66af2d210f1590f258f143e02280.tar.gz googletest-d4144d4ee25f66af2d210f1590f258f143e02280.tar.bz2 |
Googletest export
Revert include guard fix
PiperOrigin-RevId: 356588893
Diffstat (limited to 'googlemock/test/gmock_link_test.h')
-rw-r--r-- | googlemock/test/gmock_link_test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/googlemock/test/gmock_link_test.h b/googlemock/test/gmock_link_test.h index 5734b2e..175d2bd 100644 --- a/googlemock/test/gmock_link_test.h +++ b/googlemock/test/gmock_link_test.h @@ -112,8 +112,8 @@ // is defined as LinkTest1 in gmock_link_test.cc and as LinkTest2 in // gmock_link2_test.cc to avoid producing linker errors. -#ifndef GOOGLEMOCK_TEST_GMOCK_LINK_TEST_H_ -#define GOOGLEMOCK_TEST_GMOCK_LINK_TEST_H_ +#ifndef GMOCK_TEST_GMOCK_LINK_TEST_H_ +#define GMOCK_TEST_GMOCK_LINK_TEST_H_ #include "gmock/gmock.h" @@ -687,4 +687,4 @@ TEST(LinkTest, TestMatcherCast) { EXPECT_TRUE(m.Matches(nullptr)); } -#endif // GOOGLEMOCK_TEST_GMOCK_LINK_TEST_H_ +#endif // GMOCK_TEST_GMOCK_LINK_TEST_H_ |