mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-01 16:14:46 +02:00

Now a `TEST_CASE` macro should create a single TestCaseInfo and then it should never be copied around. This, together with latter changes, should significantly decrease the number of allocations made before `main` is even entered.