summaryrefslogtreecommitdiff
path: root/boost/test/framework.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/framework.hpp')
-rw-r--r--boost/test/framework.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/test/framework.hpp b/boost/test/framework.hpp
index 1f5189d23c..f94bcf125d 100644
--- a/boost/test/framework.hpp
+++ b/boost/test/framework.hpp
@@ -236,6 +236,7 @@ BOOST_TEST_DECL void test_unit_aborted( test_unit const& );
namespace impl {
// exclusively for self test
BOOST_TEST_DECL void setup_for_execution( test_unit const& );
+BOOST_TEST_DECL void setup_loggers( );
} // namespace impl
// ************************************************************************** //