Refactoring

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@492 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 07:05:10 +00:00
parent 4148ae7bc4
commit 1c7320e2a9

View file

@ -14,9 +14,9 @@
#define MOCK_CONTEXT \
boost::unit_test::lazy_ostream::instance() \
<< lazy_context( this ) \
<< "(" BOOST_PP_REPEAT(MOCK_NUM_ARGS, MOCK_FORMAT, \
<< '(' BOOST_PP_REPEAT(MOCK_NUM_ARGS, MOCK_FORMAT, \
BOOST_PP_DEC(MOCK_NUM_ARGS)) \
<< ")" \
<< ')' \
<< lazy_expectations( this )
namespace mock
@ -146,7 +146,7 @@ namespace detail
if( c.impl_->context_ )
c.impl_->context_->serialize( s, *c.impl_ );
else
s << "?";
s << '?';
return s;
}
const function_impl* impl_;