Oops, tests should return the error code is any.

[SVN r57943]
This commit is contained in:
John Maddock
2009-11-26 13:35:03 +00:00
parent b83327861c
commit fad95e3d1f
6 changed files with 6 additions and 6 deletions

View File

@ -119,5 +119,5 @@ int main( int, char*[] )
PRIVATE_LOW_BITS_TEST( 2 );
PRIVATE_LOW_BITS_TEST( 1 );
return boost::exit_success;
return boost::report_errors();
}