mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-03 13:39:32 +01:00
Most of system now uses Ptr<IConfig const>
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Catch {
|
||||
filterGroups.push_back( filterGroup );
|
||||
}
|
||||
|
||||
Runner context( m_config, m_reporter ); // This Runner will be renamed Context
|
||||
Runner context( m_config.get(), m_reporter ); // This Runner will be renamed Context
|
||||
Totals totals;
|
||||
|
||||
for( std::size_t i=0; i < filterGroups.size() && !context.aborting(); ++i ) {
|
||||
|
||||
Reference in New Issue
Block a user