From bf5c58adf66dceff42626c9043f7c7ffb6a7aadd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 21 Oct 2021 15:52:07 +0200 Subject: [PATCH] The limit on TEMPLATE* test cases is actually reachable --- docs/test-cases-and-sections.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/test-cases-and-sections.md b/docs/test-cases-and-sections.md index 7622eef3..06d2f47f 100644 --- a/docs/test-cases-and-sections.md +++ b/docs/test-cases-and-sections.md @@ -253,10 +253,6 @@ TEMPLATE_PRODUCT_TEST_CASE("Product with differing arities", "[template][product } ``` -_While there is an upper limit on the number of types you can specify -in single `TEMPLATE_TEST_CASE` or `TEMPLATE_PRODUCT_TEST_CASE`, the limit -is very high and should not be encountered in practice._ - * **TEMPLATE_LIST_TEST_CASE(** _test name_, _tags_, _type list_ **)** > [Introduced](https://github.com/catchorg/Catch2/issues/1627) in Catch2 2.9.0.