mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 11:43:29 +01:00
Fix baseline for file where std::pair stringification is not enabled
This commit is contained in:
parent
79b405fd3f
commit
760a25e813
@ -3336,7 +3336,7 @@ TrickyTests.cpp:<line number>:
|
|||||||
PASSED:
|
PASSED:
|
||||||
REQUIRE( (std::pair<int, int>( 1, 2 )) == aNicePair )
|
REQUIRE( (std::pair<int, int>( 1, 2 )) == aNicePair )
|
||||||
with expansion:
|
with expansion:
|
||||||
{ 1, 2 } == { 1, 2 }
|
{?} == {?}
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Pointers can be compared to null
|
Pointers can be compared to null
|
||||||
|
@ -3853,7 +3853,7 @@
|
|||||||
(std::pair<int, int>( 1, 2 )) == aNicePair
|
(std::pair<int, int>( 1, 2 )) == aNicePair
|
||||||
</Original>
|
</Original>
|
||||||
<Expanded>
|
<Expanded>
|
||||||
{ 1, 2 } == { 1, 2 }
|
{?} == {?}
|
||||||
</Expanded>
|
</Expanded>
|
||||||
</Expression>
|
</Expression>
|
||||||
<OverallResult success="true"/>
|
<OverallResult success="true"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user