mirror of
https://github.com/boostorg/system.git
synced 2025-10-05 04:00:57 +02:00
Update result_error_construct tests to use sys::error_code instead of (erroneously) std::error_code
This commit is contained in:
@@ -41,7 +41,7 @@ int main()
|
||||
BOOST_TEST( !r.has_value() );
|
||||
BOOST_TEST( r.has_error() );
|
||||
|
||||
BOOST_TEST_EQ( r.error(), std::error_code( EINVAL, generic_category() ) );
|
||||
BOOST_TEST_EQ( r.error(), error_code( EINVAL, generic_category() ) );
|
||||
}
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user