Trying to work around spurious warning with gcc

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@543 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-08-01 11:19:42 +00:00
parent 4eb67fd831
commit cc0a24a939

View file

@ -405,7 +405,7 @@ namespace
BOOST_AUTO_TEST_CASE( constraints_and_arguments_are_serialized_lazily )
{
MOCK_FUNCTOR( f, void( custom_argument ) );
MOCK_FUNCTOR( f, void( const custom_argument& ) );
MOCK_EXPECT( f ).with( custom_constraint() );
f( custom_argument() );
BOOST_CHECK( ! serialized );