mirror of
https://github.com/boostorg/range.git
synced 2025-07-25 02:17:29 +02:00
added pass test for good compilers
[SVN r32088]
This commit is contained in:
@ -105,14 +105,10 @@ test_suite* init_unit_test_suite( int argc, char* argv[] )
|
||||
|
||||
#else // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
using boost::unit_test::test_suite;
|
||||
|
||||
test_suite* init_unit_test_suite( int, char** )
|
||||
int main()
|
||||
{
|
||||
test_suite* test = BOOST_TEST_SUITE( "Range Test Suite" );
|
||||
|
||||
return test;
|
||||
// always succeed
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user