summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-death-test.cc
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-01-05 03:01:38 (GMT)
committerGitHub <noreply@github.com>2018-01-05 03:01:38 (GMT)
commit6b4967a23aae2f6d63a356d1db8746cb5250be26 (patch)
treee76ee1c2169a9551829d8fce649d393474d8dd2e /googletest/src/gtest-death-test.cc
parentb3d9be5c1d969dfdbf1f1ff924b9fd1be5eaecc9 (diff)
parentabbc0f8174d92b8a52dd893cf31be6f7af5d0de7 (diff)
downloadgoogletest-6b4967a23aae2f6d63a356d1db8746cb5250be26.zip
googletest-6b4967a23aae2f6d63a356d1db8746cb5250be26.tar.gz
googletest-6b4967a23aae2f6d63a356d1db8746cb5250be26.tar.bz2
Merge branch 'master' into missing-declarationsrefs/pull/1007/head
Diffstat (limited to 'googletest/src/gtest-death-test.cc')
-rw-r--r--googletest/src/gtest-death-test.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/googletest/src/gtest-death-test.cc b/googletest/src/gtest-death-test.cc
index 609f50d..2bbb1bc 100644
--- a/googletest/src/gtest-death-test.cc
+++ b/googletest/src/gtest-death-test.cc
@@ -66,15 +66,7 @@
#include "gtest/gtest-message.h"
#include "gtest/internal/gtest-string.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 exists to
-// prevent the accidental inclusion of gtest-internal-inl.h in the
-// user's code.
-#define GTEST_IMPLEMENTATION_ 1
#include "src/gtest-internal-inl.h"
-#undef GTEST_IMPLEMENTATION_
namespace testing {