mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-03 16:42:00 +01:00
First cut of generators
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Catch
|
||||
m_sectionIncluded( Hub::getResultCapture().sectionStarted( name, description, m_successes, m_failures ) )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
~Section()
|
||||
{
|
||||
if( m_sectionIncluded )
|
||||
|
||||
Reference in New Issue
Block a user