forked from boostorg/core
Call test_results() in BOOST_TEST_THROWS()
This commit is contained in:
@ -422,6 +422,7 @@ inline int report_errors()
|
|||||||
(#EXCEP, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION); \
|
(#EXCEP, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION); \
|
||||||
} \
|
} \
|
||||||
catch(EXCEP const&) { \
|
catch(EXCEP const&) { \
|
||||||
|
::boost::detail::test_results(); \
|
||||||
} \
|
} \
|
||||||
catch(...) { \
|
catch(...) { \
|
||||||
::boost::detail::throw_failed_impl \
|
::boost::detail::throw_failed_impl \
|
||||||
|
Reference in New Issue
Block a user