mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-01 01:18:02 +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
|
@ -22,7 +22,7 @@ namespace Catch{
|
|||
|
||||
// Scoped because Runner doesn't report EndTesting until its destructor
|
||||
{
|
||||
Runner runner( config, m_reporter.get() );
|
||||
Runner runner( config.get(), m_reporter.get() );
|
||||
totals = runner.runMatching( rawTestSpec, groupIndex, groupsCount );
|
||||
}
|
||||
return totals;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue