| 12 | |
| 13 | |
| 14 | BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_throw_1(const char* msg) { |
| 15 | std::string new_msg{msg}; |
| 16 | throw std::runtime_error(new_msg); |
| 17 | } |
| 18 | |
| 19 | BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void test_no_trace_from_exception() { |
| 20 | try { |
no outgoing calls
no test coverage detected