forked from boostorg/system
Posix and Linux fixes
[SVN r39174]
This commit is contained in:
@@ -197,7 +197,7 @@ int test_main( int, char ** )
|
||||
BOOST_CHECK( ec == Linux::dot_dot_error );
|
||||
BOOST_CHECK( ec == error_code( EDOTDOT, system_category ) );
|
||||
BOOST_CHECK( ec == error_code( Linux::dot_dot_error, system_category ) );
|
||||
BOOST_CHECK( ec.default_error_condition().category() == posix_category );
|
||||
BOOST_CHECK( ec.default_error_condition().category() == system_category );
|
||||
|
||||
# endif
|
||||
|
||||
|
Reference in New Issue
Block a user