mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Fix link in event-listeners.md
This commit is contained in:
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user