1
0
forked from boostorg/core

Call test_results() in BOOST_TEST_THROWS()

This commit is contained in:
Glen Fernandes
2018-09-05 16:36:20 -04:00
parent 6dd97ee415
commit d2b20486a0

View File

@ -422,6 +422,7 @@ inline int report_errors()
(#EXCEP, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION); \
} \
catch(EXCEP const&) { \
::boost::detail::test_results(); \
} \
catch(...) { \
::boost::detail::throw_failed_impl \