diff --git a/projects/SelfTest/ConditionTests.cpp b/projects/SelfTest/ConditionTests.cpp index f135198d..2eb99ba3 100644 --- a/projects/SelfTest/ConditionTests.cpp +++ b/projects/SelfTest/ConditionTests.cpp @@ -248,15 +248,6 @@ TEST_CASE( "Comparisons between unsigned ints and negative signed ints match c++ CHECK( minInt > 2u ); } -template -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 );