mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 20:47:14 +02:00
fix lightweight test boo boo (Thanks to Peter Dimov)
[SVN r62149]
This commit is contained in:
@ -398,5 +398,5 @@ int main( int, char *[] )
|
|||||||
|
|
||||||
//test3::run();
|
//test3::run();
|
||||||
|
|
||||||
return 0;
|
return ::boost::report_errors();
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,5 @@
|
|||||||
int main( int, char*[] )
|
int main( int, char*[] )
|
||||||
{
|
{
|
||||||
boost::system::error_code ec( 0, boost::system::system_category );
|
boost::system::error_code ec( 0, boost::system::system_category );
|
||||||
return 0;
|
return ::boost::report_errors();
|
||||||
}
|
}
|
||||||
|
@ -103,7 +103,7 @@ int main( int, char *[] )
|
|||||||
TEST( c6_0, 0, "c6_0: The operation completed successfully" );
|
TEST( c6_0, 0, "c6_0: The operation completed successfully" );
|
||||||
TEST( c6_1, 1, "c6_1: Incorrect function" );
|
TEST( c6_1, 1, "c6_1: Incorrect function" );
|
||||||
|
|
||||||
return 0;
|
return ::boost::report_errors();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user