mirror of
https://github.com/boostorg/integer.git
synced 2025-07-29 12:17:13 +02:00
Oops, tests should return the error code is any.
[SVN r57943]
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user