From c435f4c42bc2e404523998d3a43133371954d2a8 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Thu, 11 Nov 2010 07:22:46 +0000 Subject: [PATCH] Test cases all succeed again --- Test/TrickyTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/TrickyTests.cpp b/Test/TrickyTests.cpp index 9cb544ad..08074dd7 100644 --- a/Test/TrickyTests.cpp +++ b/Test/TrickyTests.cpp @@ -39,5 +39,5 @@ TEST_CASE( "succeeding/Tricky/complex lhs", "Where the LHS is not a simple value int b = 2; // This only captures part of the expression, but issues a warning about the rest - EXPECT( a == 2 || b == 1 ); + EXPECT( a == 2 || b == 2 ); } \ No newline at end of file