mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Standardize matcher headers to use .hpp suffix
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
#include <catch2/catch_test_macros.hpp>
 | 
			
		||||
#include <catch2/matchers/catch_matchers_vector.h>
 | 
			
		||||
#include <catch2/matchers/catch_matchers_vector.hpp>
 | 
			
		||||
#include <catch2/catch_string_manip.h>
 | 
			
		||||
 | 
			
		||||
static const char * const no_whitespace = "There is no extra whitespace here";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user