GitHub issue #62

Initialise m_firstSectionInTestCase in Basic Reporter
This commit is contained in:
Phil Nash 2011-12-28 10:28:56 +00:00
parent b13ad46532
commit 07ff5f39fd
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ namespace Catch
(
const IReporterConfig& config
)
: m_config( config )
: m_config( config ),
m_firstSectionInTestCase( true )
{
}