diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-03 21:57:05 (GMT) |
---|---|---|
committer | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-03 21:57:05 (GMT) |
commit | 1c09831acc69d6d77af5d5aa45feee6f52dc1a76 (patch) | |
tree | 9ca7302a0b5708d899f3d29bb2b3be61a955347b /googletest/src/gtest-test-part.cc | |
parent | ba6ecedede74521490f36b6aea08f91fdad6d201 (diff) | |
download | googletest-1c09831acc69d6d77af5d5aa45feee6f52dc1a76.zip googletest-1c09831acc69d6d77af5d5aa45feee6f52dc1a76.tar.gz googletest-1c09831acc69d6d77af5d5aa45feee6f52dc1a76.tar.bz2 |
upstreaming cl 124976692
Diffstat (limited to 'googletest/src/gtest-test-part.cc')
-rw-r--r-- | googletest/src/gtest-test-part.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/googletest/src/gtest-test-part.cc b/googletest/src/gtest-test-part.cc index fb0e354..c3926c8 100644 --- a/googletest/src/gtest-test-part.cc +++ b/googletest/src/gtest-test-part.cc @@ -32,15 +32,7 @@ // The Google C++ Testing Framework (Google Test) #include "gtest/gtest-test-part.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 { |