summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-08-15 21:34:00 (GMT)
committerGennadiy Civil <misterg@google.com>2019-08-15 21:34:01 (GMT)
commitc16f57053ce6534e62d7bf07d1425da87f7193ec (patch)
treeed853b9325849b31a0c7eb136c758b6b4755afaf /googletest
parenta92e4a8e92cd274eb9832f48cd54a2fe694edaeb (diff)
parent871dcd1ff5216b7127e998464e50c23a91e478e9 (diff)
downloadgoogletest-c16f57053ce6534e62d7bf07d1425da87f7193ec.zip
googletest-c16f57053ce6534e62d7bf07d1425da87f7193ec.tar.gz
googletest-c16f57053ce6534e62d7bf07d1425da87f7193ec.tar.bz2
Merge pull request #2386 from kuzkry:outdated-comment
PiperOrigin-RevId: 263400925
Diffstat (limited to 'googletest')
-rw-r--r--googletest/include/gtest/gtest-typed-test.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/googletest/include/gtest/gtest-typed-test.h b/googletest/include/gtest/gtest-typed-test.h
index 25c2613..095ce05 100644
--- a/googletest/include/gtest/gtest-typed-test.h
+++ b/googletest/include/gtest/gtest-typed-test.h
@@ -188,9 +188,6 @@ INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
#define GTEST_NAME_GENERATOR_(TestSuiteName) \
gtest_type_params_##TestSuiteName##_NameGenerator
-// The 'Types' template argument below must have spaces around it
-// since some compilers may choke on '>>' when passing a template
-// instance (e.g. Types<int>)
#define TYPED_TEST_SUITE(CaseName, Types, ...) \
typedef ::testing::internal::TypeList<Types>::type GTEST_TYPE_PARAMS_( \
CaseName); \
@@ -306,9 +303,6 @@ INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
REGISTER_TYPED_TEST_SUITE_P
#endif // GTEST_REMOVE_LEGACY_TEST_CASEAPI_
-// The 'Types' template argument below must have spaces around it
-// since some compilers may choke on '>>' when passing a template
-// instance (e.g. Types<int>)
#define INSTANTIATE_TYPED_TEST_SUITE_P(Prefix, SuiteName, Types, ...) \
static bool gtest_##Prefix##_##SuiteName GTEST_ATTRIBUTE_UNUSED_ = \
::testing::internal::TypeParameterizedTestSuite< \