| 55 | } |
| 56 | |
| 57 | BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void test_no_exception() { |
| 58 | auto trace = stacktrace::from_current_exception(); |
| 59 | BOOST_TEST(!trace); |
| 60 | } |
| 61 | |
| 62 | BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void test_trace_from_exception() { |
| 63 | // const test_no_pending_on_finish guard{}; // something strange |
no test coverage detected