mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed line length greater than 80 characters
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@669 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
f97fb87f81
commit
c293fbed63
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ namespace mock
|
|||
( boost::test_tools::check_is_close( \
|
||||
actual, expected, \
|
||||
boost::test_tools::fraction_tolerance( tolerance ) ) ) )
|
||||
MOCK_CONSTRAINT_EXT( near, 2, ( expected, tolerance ), std::abs( actual - expected ) < tolerance )
|
||||
MOCK_CONSTRAINT_EXT( near, 2, ( expected, tolerance ), \
|
||||
std::abs( actual - expected ) < tolerance )
|
||||
|
||||
namespace detail
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue