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
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ about it and instantiates it before running tests.
Example event listener:
```cpp
#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 {
public: