mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@494 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
0adccfbfa1
commit
6b2a9801ef
1 changed files with 7 additions and 6 deletions
|
|
@ -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 ) \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue