mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix the compilation for c++98 by not supporting async
This commit is contained in:
parent
7024b37789
commit
98e61a5d9b
9 changed files with 108 additions and 38 deletions
|
|
@ -128,7 +128,7 @@ BOOST_FIXTURE_TEST_CASE( mock_object_method_const_disambiguation, mock_error_fix
|
|||
my_const_ambiguited_mock mock;
|
||||
MOCK_EXPECT( mock.tag1 );
|
||||
BOOST_CHECK_NO_THROW( mock.my_method() );
|
||||
const my_const_ambiguited_mock const_mock{};
|
||||
const my_const_ambiguited_mock const_mock;
|
||||
CHECK_ERROR( const_mock.my_method(), "unexpected call", 1, "?.my_const_ambiguited_mock::tag_2()" );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue