Commit 0af0709b authored by zhanyong.wan's avatar zhanyong.wan
Browse files

Cleans up macro definitions.

parent 3c7868a9
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
// We must define this macro in order to #include // We must define this macro in order to #include
// gtest-internal-inl.h. This is how Google Test prevents a user from // gtest-internal-inl.h. This is how Google Test prevents a user from
// accidentally depending on its internal implementation. // accidentally depending on its internal implementation.
#define GTEST_IMPLEMENTATION #define GTEST_IMPLEMENTATION_ 1
#include "src/gtest-internal-inl.h" #include "src/gtest-internal-inl.h"
#undef GTEST_IMPLEMENTATION #undef GTEST_IMPLEMENTATION_
namespace testing { namespace testing {
namespace { namespace {
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment