mirror of
https://github.com/boostorg/range.git
synced 2025-07-23 17:37:22 +02:00
eliminated unit_test_framework
[SVN r74719]
This commit is contained in:
@ -172,9 +172,9 @@ void check_adl_conformance()
|
||||
BOOST_CHECK_EQUAL( boost_test::begin( r6 ), global_namespace );
|
||||
}
|
||||
|
||||
#include <boost/test/included/unit_test_framework.hpp>
|
||||
#include <boost/test/included/unit_test.hpp>
|
||||
|
||||
using boost::unit_test_framework::test_suite;
|
||||
using boost::unit_test::test_suite;
|
||||
|
||||
test_suite* init_unit_test_suite( int argc, char* argv[] )
|
||||
{
|
||||
|
Reference in New Issue
Block a user