mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
Merge branch 'master' of github.com:philsquared/Catch
This commit is contained in:
commit
4094e7fe3d
14 changed files with 95 additions and 55 deletions
|
@ -527,7 +527,8 @@ public:
|
|||
const char* expr = "",
|
||||
bool isNot = false
|
||||
)
|
||||
: m_result( expr, isNot, filename, line, macroName )
|
||||
: m_result( expr, isNot, filename, line, macroName ),
|
||||
m_messageStream()
|
||||
{}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -627,7 +628,7 @@ class ScopedInfo
|
|||
public:
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
ScopedInfo
|
||||
()
|
||||
() : m_oss()
|
||||
{
|
||||
Hub::getResultCapture().pushScopedInfo( this );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue