Fix baseline for file where std::pair stringification is not enabled

This commit is contained in:
Martin Hořeňovský 2017-10-09 13:12:50 +02:00
parent 79b405fd3f
commit 760a25e813
2 changed files with 2 additions and 2 deletions

View File

@ -3336,7 +3336,7 @@ TrickyTests.cpp:<line number>:
PASSED:
REQUIRE( (std::pair<int, int>( 1, 2 )) == aNicePair )
with expansion:
{ 1, 2 } == { 1, 2 }
{?} == {?}
-------------------------------------------------------------------------------
Pointers can be compared to null

View File

@ -3853,7 +3853,7 @@
(std::pair&lt;int, int>( 1, 2 )) == aNicePair
</Original>
<Expanded>
{ 1, 2 } == { 1, 2 }
{?} == {?}
</Expanded>
</Expression>
<OverallResult success="true"/>