mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Fix link in event-listeners.md
This commit is contained in:
		
				
					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:
 | 
			
		||||
```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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user