mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Fix copy paste error in 7-arg TEMPLATE_TEST_CASE_SIG implementation
Closes #1954
This commit is contained in:
		@@ -482,4 +482,10 @@ TEST_CASE( "#1175 - Hidden Test", "[.]" ) {
 | 
			
		||||
  SUCCEED();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
TEMPLATE_TEST_CASE_SIG("#1954 - 7 arg template test case sig compiles", "[regression][.compilation]",
 | 
			
		||||
                       ((int Tnx, int Tnu, int Tny, int Tph, int Tch, int Tineq, int Teq), Tnx, Tnu, Tny, Tph, Tch, Tineq, Teq),
 | 
			
		||||
                       (1, 1, 1, 1, 1, 0, 0), (5, 1, 1, 1, 1, 0, 0), (5, 3, 1, 1, 1, 0, 0)) {
 | 
			
		||||
    SUCCEED();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
}} // namespace MiscTests
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user