diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-03 16:57:05 -0500 |
---|---|---|
committer | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-03 16:57:05 -0500 |
commit | 1c09831acc69d6d77af5d5aa45feee6f52dc1a76 (patch) | |
tree | 9ca7302a0b5708d899f3d29bb2b3be61a955347b /googlemock/test/gmock-internal-utils_test.cc | |
parent | ba6ecedede74521490f36b6aea08f91fdad6d201 (diff) | |
download | googletest-1c09831acc69d6d77af5d5aa45feee6f52dc1a76.tar.gz googletest-1c09831acc69d6d77af5d5aa45feee6f52dc1a76.tar.bz2 googletest-1c09831acc69d6d77af5d5aa45feee6f52dc1a76.zip |
upstreaming cl 124976692
Diffstat (limited to 'googlemock/test/gmock-internal-utils_test.cc')
-rw-r--r-- | googlemock/test/gmock-internal-utils_test.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/googlemock/test/gmock-internal-utils_test.cc b/googlemock/test/gmock-internal-utils_test.cc index 72d9a854..c7893ae2 100644 --- a/googlemock/test/gmock-internal-utils_test.cc +++ b/googlemock/test/gmock-internal-utils_test.cc @@ -44,15 +44,7 @@ #include "gmock/internal/gmock-port.h" #include "gtest/gtest.h" #include "gtest/gtest-spi.h" - -// Indicates that this translation unit is part of Google Test's -// implementation. It must come before gtest-internal-inl.h is -// included, or there will be a compiler error. This trick is to -// prevent a user from accidentally including gtest-internal-inl.h in -// their code. -#define GTEST_IMPLEMENTATION_ 1 #include "src/gtest-internal-inl.h" -#undef GTEST_IMPLEMENTATION_ #if GTEST_OS_CYGWIN # include <sys/types.h> // For ssize_t. NOLINT |