summaryrefslogtreecommitdiff
path: root/boost/test/impl/unit_test_monitor.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/impl/unit_test_monitor.ipp')
-rw-r--r--boost/test/impl/unit_test_monitor.ipp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/test/impl/unit_test_monitor.ipp b/boost/test/impl/unit_test_monitor.ipp
index fdd36f7c3a..cfb41a239c 100644
--- a/boost/test/impl/unit_test_monitor.ipp
+++ b/boost/test/impl/unit_test_monitor.ipp
@@ -47,7 +47,7 @@ unit_test_monitor_t::execute_and_translate( boost::function<void ()> const& func
}
BOOST_TEST_I_CATCH( execution_exception, ex ) {
framework::exception_caught( ex );
- framework::test_unit_aborted( framework::current_test_case() );
+ framework::test_unit_aborted( framework::current_test_unit() );
// translate execution_exception::error_code to error_level
switch( ex.code() ) {