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:
mat007 2010-02-18 13:44:32 +00:00
parent c40535dc91
commit 05f40c40d5
6 changed files with 145 additions and 122 deletions

View file

@ -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