2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-01 21:12:13 +00:00
Files
Catch2/include
Robert Dailey 86c0ea2999 [#608] Don't use exit() on duplicate test descriptions
Instead of `exit(1)`, it now throws `std::runtime_error` with the details
of the failure. This exception is handled in `run()` at a higher level where
the log is printed to cerr and the test gracefully exits.
2016-04-01 11:56:51 -05:00
..
2016-02-10 19:21:09 +00:00
2016-03-14 19:13:34 +00:00
2016-02-10 19:21:09 +00:00
2016-01-22 07:50:10 +00:00