aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-internal-utils_test.cc
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-01-04 22:01:38 -0500
committerGitHub <noreply@github.com>2018-01-04 22:01:38 -0500
commit6b4967a23aae2f6d63a356d1db8746cb5250be26 (patch)
treee76ee1c2169a9551829d8fce649d393474d8dd2e /googlemock/test/gmock-internal-utils_test.cc
parentb3d9be5c1d969dfdbf1f1ff924b9fd1be5eaecc9 (diff)
parentabbc0f8174d92b8a52dd893cf31be6f7af5d0de7 (diff)
downloadgoogletest-6b4967a23aae2f6d63a356d1db8746cb5250be26.tar.gz
googletest-6b4967a23aae2f6d63a356d1db8746cb5250be26.tar.bz2
googletest-6b4967a23aae2f6d63a356d1db8746cb5250be26.zip
Merge branch 'master' into missing-declarations
Diffstat (limited to 'googlemock/test/gmock-internal-utils_test.cc')
-rw-r--r--googlemock/test/gmock-internal-utils_test.cc8
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