Oops, tests should return the error code is any.

[SVN r57943]
This commit is contained in:
John Maddock
2009-11-26 13:35:03 +00:00
parent b83327861c
commit fad95e3d1f
6 changed files with 6 additions and 6 deletions

View File

@ -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();
}