forked from boostorg/integer
Oops, tests should return the error code is any.
[SVN r57943]
This commit is contained in:
@ -96,6 +96,6 @@ int main(int, char*[])
|
||||
#endif
|
||||
// Some compilers don't pay attention to std:3.6.1/5 and issue a
|
||||
// warning here if "return 0;" is omitted.
|
||||
return 0;
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user