mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Fixed comment
This commit is contained in:
parent
a2d20951a2
commit
aae41833b0
@ -155,7 +155,7 @@ TEST_CASE( "failing/conditions/ordered", "Ordering comparison checks that should
|
|||||||
|
|
||||||
// Not (!) tests
|
// Not (!) tests
|
||||||
// The problem with the ! operator is that it has right-to-left associativity.
|
// The problem with the ! operator is that it has right-to-left associativity.
|
||||||
// This means we can't isolate it when we decompose. The simple CHECK( !false ) form, therefore,
|
// This means we can't isolate it when we decompose. The simple REQUIRE( !false ) form, therefore,
|
||||||
// cannot have the operand value extracted. The test will work correctly, and the situation
|
// cannot have the operand value extracted. The test will work correctly, and the situation
|
||||||
// is detected and a warning issued.
|
// is detected and a warning issued.
|
||||||
// An alternative form of the macros (CHECK_FALSE and REQUIRE_FALSE) can be used instead to capture
|
// An alternative form of the macros (CHECK_FALSE and REQUIRE_FALSE) can be used instead to capture
|
||||||
|
Loading…
Reference in New Issue
Block a user