mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-02 23:55:32 +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.