summaryrefslogtreecommitdiff
path: root/boost/test/detail/throw_exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/detail/throw_exception.hpp')
-rw-r--r--boost/test/detail/throw_exception.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/test/detail/throw_exception.hpp b/boost/test/detail/throw_exception.hpp
index 2fee10c2cb..1568ec3c29 100644
--- a/boost/test/detail/throw_exception.hpp
+++ b/boost/test/detail/throw_exception.hpp
@@ -57,7 +57,6 @@ throw_exception(E const& e) { throw e; }
//____________________________________________________________________________//
#define BOOST_TEST_I_THROW( E ) unit_test::ut_detail::throw_exception( E )
-#define BOOST_TEST_I_THROW( E ) unit_test::ut_detail::throw_exception( E )
#define BOOST_TEST_I_ASSRT( cond, ex ) if( cond ) {} else BOOST_TEST_I_THROW( ex )