added pass test for good compilers

[SVN r32088]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-12-17 15:15:32 +00:00
parent fa03f39333
commit c75dc3ae02

View File

@ -105,14 +105,10 @@ test_suite* init_unit_test_suite( int argc, char* argv[] )
#else // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION #else // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
#include <boost/test/unit_test.hpp> int main()
using boost::unit_test::test_suite;
test_suite* init_unit_test_suite( int, char** )
{ {
test_suite* test = BOOST_TEST_SUITE( "Range Test Suite" ); // always succeed
return 0;
return test;
} }
#endif #endif