mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-05 06:29:32 +01: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:
@@ -1063,7 +1063,9 @@
|
||||
(std::numeric_limits<unsigned long>::max)() > ul
|
||||
</Original>
|
||||
<Expanded>
|
||||
4294967295 (0x<hex digits>) > 4
|
||||
18446744073709551615 (0x<hex digits>)
|
||||
>
|
||||
4
|
||||
</Expanded>
|
||||
</Expression>
|
||||
<OverallResult success="true"/>
|
||||
@@ -6460,7 +6462,9 @@ there"
|
||||
m == &S::f
|
||||
</Original>
|
||||
<Expanded>
|
||||
0x<hex digits> == 0x<hex digits>
|
||||
0x<hex digits>
|
||||
==
|
||||
0x<hex digits>
|
||||
</Expanded>
|
||||
</Expression>
|
||||
<OverallResult success="true"/>
|
||||
|
||||
Reference in New Issue
Block a user