mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 02:45:40 +02:00
approvals rebase
- I *think* this fixes an earlier regression, but I'm not 100% sure where that came from!
This commit is contained in:
@@ -846,7 +846,9 @@ ConditionTests.cpp:<line number>:
|
||||
PASSED:
|
||||
REQUIRE( (std::numeric_limits<unsigned long>::max)() > ul )
|
||||
with expansion:
|
||||
4294967295 (0x<hex digits>) > 4
|
||||
18446744073709551615 (0x<hex digits>)
|
||||
>
|
||||
4
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
comparisons between int variables
|
||||
@@ -6286,7 +6288,9 @@ TrickyTests.cpp:<line number>:
|
||||
PASSED:
|
||||
CHECK( m == &S::f )
|
||||
with expansion:
|
||||
0x<hex digits> == 0x<hex digits>
|
||||
0x<hex digits>
|
||||
==
|
||||
0x<hex digits>
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
pointer to class
|
||||
|
Reference in New Issue
Block a user