mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-03 10:27:57 +00:00
Most of system now uses Ptr<IConfig const>
This commit is contained in:
parent
e1459955f1
commit
ca9b92f8fa
7 changed files with 19 additions and 18 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue