From e058a3761442433588a0597bae3a9d58f9977aa9 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Thu, 23 Feb 2017 08:10:16 +0000 Subject: [PATCH] Removed stray code --- projects/SelfTest/ConditionTests.cpp | 9 --------- 1 file changed, 9 deletions(-) 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 );