Skip to content

Commit 5d0b37e

Browse files
1 parent 0927da2 commit 5d0b37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/External/catch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7912,7 +7912,7 @@ namespace Catch {
79127912
Section::~Section() {
79137913
if( m_sectionIncluded ) {
79147914
SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() );
7915-
if( std::uncaught_exception() )
7915+
if( std::uncaught_exceptions() )
79167916
getResultCapture().sectionEndedEarly( endInfo );
79177917
else
79187918
getResultCapture().sectionEnded( endInfo );

0 commit comments

Comments
 (0)