mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Merge pull request #46 from AudioStreamingPlatform/master
Corrected Catch compile issue
This commit is contained in:
commit
e92f52821d
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