mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-15 05:05:32 +02:00

This helps the compiler see that the execution does not continue, which in turn means that it is not an error if the user does not return value from the function after FAIL/SKIP. Closes #2941