aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest-param-test2_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest-param-test2_test.cc')
-rw-r--r--test/gtest-param-test2_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest-param-test2_test.cc b/test/gtest-param-test2_test.cc
index 4e54206d..ccb6cfac 100644
--- a/test/gtest-param-test2_test.cc
+++ b/test/gtest-param-test2_test.cc
@@ -36,7 +36,7 @@
#include "test/gtest-param-test_test.h"
-#ifdef GTEST_HAS_PARAM_TEST
+#if GTEST_HAS_PARAM_TEST
using ::testing::Values;
using ::testing::internal::ParamGenerator;