From 17922f344cad911c70ef94efa0090afe2ccc78e6 Mon Sep 17 00:00:00 2001 From: krzysio Date: Tue, 19 Jan 2021 12:00:40 -0500 Subject: 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 --- googletest/include/gtest/gtest-param-test.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'googletest/include/gtest') 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() { // std::tuple 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 -- cgit v1.2.1