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