mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-09 08:19:32 +01:00
This change also changes it so that test case macros using a class name can have same name **and** tags as long as the used class name differs. Closes #1915 Closes #1999