mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 15:39:27 +00:00
parent
b13ad46532
commit
07ff5f39fd
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ namespace Catch
|
||||||
(
|
(
|
||||||
const IReporterConfig& config
|
const IReporterConfig& config
|
||||||
)
|
)
|
||||||
: m_config( config )
|
: m_config( config ),
|
||||||
|
m_firstSectionInTestCase( true )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue