git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@494 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 07:05:55 +00:00
parent 0adccfbfa1
commit 6b2a9801ef

View file

@ -11,6 +11,7 @@
#define MOCK_FORMAT(z, n, N) \ #define MOCK_FORMAT(z, n, N) \
<< " " << mock::format( t##n ) \ << " " << mock::format( t##n ) \
<< BOOST_PP_IF(BOOST_PP_EQUAL(N,n), " ", ",") << BOOST_PP_IF(BOOST_PP_EQUAL(N,n), " ", ",")
#define MOCK_CONTEXT \ #define MOCK_CONTEXT \
boost::unit_test::lazy_ostream::instance() \ boost::unit_test::lazy_ostream::instance() \
<< lazy_context( this ) \ << lazy_context( this ) \