Martin Hořeňovský 576d8c9d81 CHECK no longer stops running SECTION on exception.
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.
2017-01-15 20:28:02 +01:00
..