aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest-param-test_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest-param-test_test.h')
-rw-r--r--test/gtest-param-test_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest-param-test_test.h b/test/gtest-param-test_test.h
index ee7bea00..b7f94936 100644
--- a/test/gtest-param-test_test.h
+++ b/test/gtest-param-test_test.h
@@ -39,7 +39,7 @@
#include <gtest/gtest.h>
-#ifdef GTEST_HAS_PARAM_TEST
+#if GTEST_HAS_PARAM_TEST
// Test fixture for testing definition and instantiation of a test
// in separate translation units.