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@495 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
6b2a9801ef
commit
f8ed6da51d
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@
|
|||
#include "expectation_template.hpp"
|
||||
|
||||
#define MOCK_FORMAT(z, n, N) \
|
||||
<< " " << mock::format( t##n ) \
|
||||
<< BOOST_PP_IF(BOOST_PP_EQUAL(N,n), " ", ",")
|
||||
<< ' ' << mock::format( t##n ) \
|
||||
<< BOOST_PP_IF(BOOST_PP_EQUAL(N,n), ' ', ',')
|
||||
|
||||
#define MOCK_CONTEXT \
|
||||
boost::unit_test::lazy_ostream::instance() \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue