mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-05 22:33:53 +00: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.