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

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() \