2
0
mirror of https://github.com/boostorg/system.git synced 2026-02-01 09:02:08 +00:00

fix lightweight test boo boo (Thanks to Peter Dimov)

[SVN r62149]
This commit is contained in:
Beman Dawes
2010-05-22 16:10:49 +00:00
parent 2bb0075e3f
commit 6e8039cb2d
3 changed files with 3 additions and 3 deletions

View File

@@ -398,5 +398,5 @@ int main( int, char *[] )
//test3::run();
return 0;
return ::boost::report_errors();
}