Merge branch 'develop'

This commit is contained in:
Oliver Kowalke 2018-03-12 12:13:51 +01:00
commit c69093a4ba

View File

@ -597,7 +597,6 @@ boost::unit_test::test_suite * init_unit_test_suite( int, char* [])
test->add( BOOST_TEST_CASE( & test_yield_to_int) );
test->add( BOOST_TEST_CASE( & test_yield_to_ref) );
test->add( BOOST_TEST_CASE( & test_yield_to_different) );
test->add( BOOST_TEST_CASE( & test_yield_to_different) );
test->add( BOOST_TEST_CASE( & test_move_coro) );
test->add( BOOST_TEST_CASE( & test_vptr) );