mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Corrected catch.hpp
This commit is contained in:
parent
d7b1ad0800
commit
016455ca40
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ struct catch_mock_error_policy
|
|||
|
||||
template< typename Context >
|
||||
static void fail( const char* message, const Context& context,
|
||||
const char* file = "file://unknown-location", line = 0 )
|
||||
const char* file = "file://unknown-location", int line = 0 )
|
||||
{
|
||||
CAPTURE( context );
|
||||
FAIL_CHECK( message << " in: " << file << ":" << line );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue