mirror of
https://github.com/boostorg/integer.git
synced 2025-11-01 16:51:40 +01:00
Oops, tests should return the error code is any.
[SVN r57943]
This commit is contained in:
@@ -145,5 +145,5 @@ main
|
||||
PRIVATE_LB_TEST( 65536, 16 );
|
||||
PRIVATE_LB_TEST( 65537, 16 );
|
||||
|
||||
return boost::exit_success;
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user