mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00
Rename IStreamingReporterPtr => IEventListenerPtr
This reflects the renaming of the reporter/listener base class.
This commit is contained in:
@@ -281,7 +281,7 @@ TEST_CASE("Multireporter updates ReporterPreferences properly",
|
||||
|
||||
namespace {
|
||||
class TestReporterFactory : public Catch::IReporterFactory {
|
||||
Catch::IStreamingReporterPtr create( Catch::ReporterConfig const& ) const override {
|
||||
Catch::IEventListenerPtr create( Catch::ReporterConfig const& ) const override {
|
||||
CATCH_INTERNAL_ERROR(
|
||||
"This factory should never create a reporter" );
|
||||
}
|
||||
|
Reference in New Issue
Block a user