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
#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