diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-04 12:17:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-04 12:17:46 -0500 |
commit | be6ee26a9b5b814c3e173c6e5e97c385fbdc1fb0 (patch) | |
tree | 5c66bb3d15a199fb2057f775592aaa1ade2edf34 /googlemock/test/gmock-internal-utils_test.cc | |
parent | a5014476f0c49c966e4ac602469cddefc7ed486d (diff) | |
parent | 4216f869f77bc3733ccf734f2941fd3a601d0077 (diff) | |
download | googletest-be6ee26a9b5b814c3e173c6e5e97c385fbdc1fb0.tar.gz googletest-be6ee26a9b5b814c3e173c6e5e97c385fbdc1fb0.tar.bz2 googletest-be6ee26a9b5b814c3e173c6e5e97c385fbdc1fb0.zip |
Merge pull request #1378 from gennadiycivil/master
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 |