git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@613 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-03-30 21:30:35 +00:00
parent 02e2b4bbfd
commit 239f60a7da

View file

@ -509,10 +509,6 @@ BOOST_FIXTURE_TEST_CASE( triggering_an_expectation_returns_the_set_auto_ptr_valu
BOOST_CHECK_NO_THROW( f() ); BOOST_CHECK_NO_THROW( f() );
CHECK_CALLS( 1 ); CHECK_CALLS( 1 );
} }
//{
// mock::detail::function< A&() > f;
// f.expect().returns( 3 );
//}
} }
namespace namespace