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:
@ -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