mirror of
https://github.com/boostorg/coroutine.git
synced 2026-01-31 20:12:26 +00:00
coroutine: fix unit-test (error_code + errc)
[SVN r85156]
This commit is contained in:
@@ -525,8 +525,6 @@ void test_invalid_result()
|
||||
}
|
||||
catch ( coro::invalid_result const& e)
|
||||
{
|
||||
boost::system::error_code ec = e.code();
|
||||
BOOST_CHECK_EQUAL( coro::coroutine_errc::no_data, ec.value());
|
||||
catched = true;
|
||||
}
|
||||
BOOST_CHECK( catched);
|
||||
|
||||
Reference in New Issue
Block a user