| 18 | using boost::stacktrace::stacktrace; |
| 19 | |
| 20 | struct test_no_pending_on_finish { |
| 21 | ~test_no_pending_on_finish() { |
| 22 | boost::stacktrace::impl::assert_no_pending_traces(); |
| 23 | } |
| 24 | }; |
| 25 | |
| 26 | |
| 27 | BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_throw_1(const char* msg) { |
nothing calls this directly
no outgoing calls
no test coverage detected