forked from catchorg/Catch2
@@ -46,7 +46,8 @@ namespace Catch
|
||||
(
|
||||
const IReporterConfig& config
|
||||
)
|
||||
: m_config( config )
|
||||
: m_config( config ),
|
||||
m_firstSectionInTestCase( true )
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user