mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-04 01:45:39 +02:00

This seems to be much closer to desired behaviour than the current one, where CHECK(false) lets the execution continue, but CHECK(<throws>) does not.