summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest
diff options
context:
space:
mode:
authorkrzysio <krzysio@google.com>2021-01-19 12:00:40 -0500
committerCJ Johnson <johnsoncj@google.com>2021-01-26 15:42:21 -0500
commit17922f344cad911c70ef94efa0090afe2ccc78e6 (patch)
tree1b95e131f587dabffb934f3ec11154bb89895a4b /googletest/include/gtest
parent14098f20154966987c59f7255acd67931f9ed0d9 (diff)
downloadgoogletest-17922f344cad911c70ef94efa0090afe2ccc78e6.tar.gz
googletest-17922f344cad911c70ef94efa0090afe2ccc78e6.zip
Googletest export
Remove obsolete argument limit documentation. Combine uses variadic templates now, so there is no inherent limit on the number of arguments. PiperOrigin-RevId: 352580160
Diffstat (limited to 'googletest/include/gtest')
-rw-r--r--googletest/include/gtest/gtest-param-test.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/googletest/include/gtest/gtest-param-test.h b/googletest/include/gtest/gtest-param-test.h
index 9a60b766..68d0bfcc 100644
--- a/googletest/include/gtest/gtest-param-test.h
+++ b/googletest/include/gtest/gtest-param-test.h
@@ -371,8 +371,6 @@ inline internal::ParamGenerator<bool> Bool() {
// std::tuple<T1, T2, ..., TN> where T1, T2, ..., TN are the types
// of elements from sequences produces by gen1, gen2, ..., genN.
//
-// Combine can have up to 10 arguments.
-//
// Example:
//
// This will instantiate tests in test suite AnimalTest each one with
OpenPOWER on IntegriCloud