Skip to content

Commit

Permalink
Fix link in event-listeners.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tstenner authored and horenmar committed Nov 22, 2021
1 parent 2db1cf3 commit 9952f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/event-listeners.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9952f29

Please sign in to comment.