aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_env_var_test_.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_env_var_test_.cc')
-rw-r--r--test/gtest_env_var_test_.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gtest_env_var_test_.cc b/test/gtest_env_var_test_.cc
index bbccd462..dd820e44 100644
--- a/test/gtest_env_var_test_.cc
+++ b/test/gtest_env_var_test_.cc
@@ -36,9 +36,9 @@
#include <iostream>
-#define GTEST_IMPLEMENTATION
+#define GTEST_IMPLEMENTATION_ 1
#include "src/gtest-internal-inl.h"
-#undef GTEST_IMPLEMENTATION
+#undef GTEST_IMPLEMENTATION_
using ::std::cout;