From 239f60a7da891d72492dc320a4f2d4f91f555e92 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sat, 30 Mar 2013 21:30:35 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@613 860be788-9bd5-4423-9f1e-828f051e677b --- test/detail/test_function.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/detail/test_function.cpp b/test/detail/test_function.cpp index a911a38..48c1ac9 100644 --- a/test/detail/test_function.cpp +++ b/test/detail/test_function.cpp @@ -509,10 +509,6 @@ BOOST_FIXTURE_TEST_CASE( triggering_an_expectation_returns_the_set_auto_ptr_valu BOOST_CHECK_NO_THROW( f() ); CHECK_CALLS( 1 ); } - //{ - // mock::detail::function< A&() > f; - // f.expect().returns( 3 ); - //} } namespace