aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_environment_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_environment_test.cc')
-rw-r--r--test/gtest_environment_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_environment_test.cc b/test/gtest_environment_test.cc
index 999ed787..c9392614 100644
--- a/test/gtest_environment_test.cc
+++ b/test/gtest_environment_test.cc
@@ -36,7 +36,7 @@
#include <gtest/gtest.h>
namespace testing {
-GTEST_DECLARE_string(filter);
+GTEST_DECLARE_string_(filter);
}
namespace {