mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Removed stray code
This commit is contained in:
		| @@ -248,15 +248,6 @@ TEST_CASE( "Comparisons between unsigned ints and negative signed ints match c++ | ||||
|     CHECK( minInt > 2u ); | ||||
| } | ||||
|  | ||||
| template<typename T> | ||||
| struct Ex | ||||
| { | ||||
|     Ex( T ){} | ||||
|  | ||||
|     bool operator == ( const T& ) const { return true; } | ||||
|     T operator * ( const T& ) const { return T(); } | ||||
| }; | ||||
|  | ||||
| TEST_CASE( "Comparisons between ints where one side is computed", "" ) | ||||
| { | ||||
|      CHECK( 54 == 6*9 ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash