forked from catchorg/Catch2
Remove obsolete comment
This commit is contained in:
@@ -54,8 +54,6 @@ namespace Catch {
|
||||
|
||||
|
||||
Catch::Totals runTests(std::shared_ptr<Config> const& config) {
|
||||
// FixMe: Add listeners in order first, then add reporters.
|
||||
|
||||
auto reporter = makeReporter(config);
|
||||
|
||||
RunContext context(config, std::move(reporter));
|
||||
|
Reference in New Issue
Block a user