forked from boostorg/integer
Oops, tests should return the error code is any.
[SVN r57943]
This commit is contained in:
@ -220,5 +220,5 @@ int main(int, char*[])
|
||||
|
||||
|
||||
std::cout << "OK\n";
|
||||
return 0;
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
Reference in New Issue
Block a user