aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-internal-utils_test.cc
diff options
context:
space:
mode:
authorTanzinul Islam <tanzislam@users.noreply.github.com>2018-03-05 02:25:59 +0000
committerGitHub <noreply@github.com>2018-03-05 02:25:59 +0000
commita7a7f51d355081a7f1e8ab295d5df5f9bb4612c8 (patch)
treec6f8f6067f957eb6d49656278f79c93353bb039c /googlemock/test/gmock-internal-utils_test.cc
parent4ba3803f936a2f432e60841bc9358ea2f3a951eb (diff)
parent6c73adfc03e277f55cb1e4947b3a5e6c5ff4fe46 (diff)
downloadgoogletest-a7a7f51d355081a7f1e8ab295d5df5f9bb4612c8.tar.gz
googletest-a7a7f51d355081a7f1e8ab295d5df5f9bb4612c8.tar.bz2
googletest-a7a7f51d355081a7f1e8ab295d5df5f9bb4612c8.zip
Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116
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