mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
Made ReportConfig a value type
This commit is contained in:
parent
f606517376
commit
d2553cdc64
10 changed files with 156 additions and 134 deletions
|
@ -27,7 +27,7 @@ namespace Catch {
|
|||
addRecorder( recordSections );
|
||||
}
|
||||
|
||||
MockReporter( const IReporterConfig& ) {
|
||||
MockReporter( const ReporterConfig& ) {
|
||||
recordAll();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue