mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
4eb67fd831
commit
cc0a24a939
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue