Deprecated description in SECTION (still accepts it, for now, but doesn't use it anywhere)
This commit is contained in:
parent
9b0e740e31
commit
1579744ddd
15 changed files with 340 additions and 94 deletions
|
@ -21,7 +21,7 @@ namespace Catch {
|
|||
|
||||
Section::~Section() {
|
||||
if( m_sectionIncluded ) {
|
||||
SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() );
|
||||
SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() };
|
||||
if( uncaught_exceptions() )
|
||||
getResultCapture().sectionEndedEarly( endInfo );
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue