Test cases all succeed again

This commit is contained in:
Phil Nash 2010-11-11 07:22:46 +00:00
parent 48a70220a3
commit c435f4c42b
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}