diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-02-23 23:21:55 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-02-23 23:21:55 +0000 |
commit | 0af0709b02899f9177db55eba7929e65e5834b29 (patch) | |
tree | 96dd43de8d817d4cea7090c7daf548ebc9869237 /include/gtest/internal/gtest-param-util-generated.h | |
parent | 3c7868a9a8fab4fd9209bbd2d2f1ae269d063680 (diff) | |
download | googletest-0af0709b02899f9177db55eba7929e65e5834b29.tar.gz googletest-0af0709b02899f9177db55eba7929e65e5834b29.tar.bz2 googletest-0af0709b02899f9177db55eba7929e65e5834b29.zip |
Cleans up macro definitions.
Diffstat (limited to 'include/gtest/internal/gtest-param-util-generated.h')
-rw-r--r-- | include/gtest/internal/gtest-param-util-generated.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gtest/internal/gtest-param-util-generated.h b/include/gtest/internal/gtest-param-util-generated.h index 17f3f7bf..ad06e024 100644 --- a/include/gtest/internal/gtest-param-util-generated.h +++ b/include/gtest/internal/gtest-param-util-generated.h @@ -46,7 +46,7 @@ #include <gtest/internal/gtest-port.h> -#ifdef GTEST_HAS_PARAM_TEST +#if GTEST_HAS_PARAM_TEST #include <gtest/internal/gtest-param-util.h> @@ -2659,7 +2659,7 @@ class ValueArray50 { const T50 v50_; }; -#ifdef GTEST_HAS_COMBINE +#if GTEST_HAS_COMBINE // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. // // Generates values from the Cartesian product of values produced |