mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +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:
 | 
					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:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user