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

View file

@ -9,8 +9,8 @@
#include "expectation_template.hpp" #include "expectation_template.hpp"
#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 ) \