mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed expectation argument types to match signature
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@125 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
c40535dc91
commit
05f40c40d5
6 changed files with 145 additions and 122 deletions
|
|
@ -127,13 +127,12 @@ BOOST_FIXTURE_TEST_CASE( triggering_a_once_expectation_calls_no_match_error_afte
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
BOOST_FIXTURE_TEST_CASE( literal_zero_can_be_used_in_expectation_operator_call_as_pointers, error_fixture )
|
||||
{
|
||||
mock::expectation< void( int* ) > e;
|
||||
e.expect().once();
|
||||
e( 0 );
|
||||
}
|
||||
*/
|
||||
|
||||
// verify
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue