1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-02 08:34:47 +02:00

Fix link in event-listeners.md

This commit is contained in:
Tristan Stenner 2021-11-22 10:43:06 +01:00 committed by Martin Hořeňovský
parent 2db1cf3404
commit 9952f29f01

@ -19,7 +19,7 @@ about it and instantiates it before running tests.
Example event listener: Example event listener:
```cpp ```cpp
#include <catch2/reporters/catch_reporter_event_listener.hpp> #include <catch2/reporters/catch_reporter_event_listener.hpp>
#include <catch2/catch_reporter_registrars.hpp> #include <catch2/reporters/catch_reporter_registrars.hpp>
class testRunListener : public Catch::EventListenerBase { class testRunListener : public Catch::EventListenerBase {
public: public: