mirror of
https://github.com/catchorg/Catch2
synced 2026-02-14 13:22:11 +00:00
Implemented more reporter methods and started to fill out Section impl
This commit is contained in:
@@ -41,3 +41,4 @@ TEST_CASE( "succeeding/Tricky/complex lhs", "Where the LHS is not a simple value
|
||||
// This only captures part of the expression, but issues a warning about the rest
|
||||
EXPECT( a == 2 || b == 2 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user