mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
parent
b13ad46532
commit
07ff5f39fd
@ -46,7 +46,8 @@ namespace Catch
|
||||
(
|
||||
const IReporterConfig& config
|
||||
)
|
||||
: m_config( config )
|
||||
: m_config( config ),
|
||||
m_firstSectionInTestCase( true )
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user