mirror of
https://github.com/boostorg/integer.git
synced 2025-10-27 06:21:38 +01:00
Oops, tests should return the error code is any.
[SVN r57943]
This commit is contained in:
@@ -88,5 +88,5 @@ main
|
||||
BOOST_TEST( (static_signed_min< -101, -101>::value) == -101 );
|
||||
BOOST_TEST( (static_signed_max< -101, -101>::value) == -101 );
|
||||
|
||||
return boost::exit_success;
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user