From 760a25e8135e23b7f8d2d925e84bd6bbce9e9247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 9 Oct 2017 13:12:50 +0200 Subject: [PATCH] Fix baseline for file where std::pair stringification is not enabled --- projects/SelfTest/Baselines/console.sw.approved.txt | 2 +- projects/SelfTest/Baselines/xml.sw.approved.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/SelfTest/Baselines/console.sw.approved.txt b/projects/SelfTest/Baselines/console.sw.approved.txt index 5441de43..13da430d 100644 --- a/projects/SelfTest/Baselines/console.sw.approved.txt +++ b/projects/SelfTest/Baselines/console.sw.approved.txt @@ -3336,7 +3336,7 @@ TrickyTests.cpp:: PASSED: REQUIRE( (std::pair( 1, 2 )) == aNicePair ) with expansion: - { 1, 2 } == { 1, 2 } + {?} == {?} ------------------------------------------------------------------------------- Pointers can be compared to null diff --git a/projects/SelfTest/Baselines/xml.sw.approved.txt b/projects/SelfTest/Baselines/xml.sw.approved.txt index b05dd463..c4b7ac38 100644 --- a/projects/SelfTest/Baselines/xml.sw.approved.txt +++ b/projects/SelfTest/Baselines/xml.sw.approved.txt @@ -3853,7 +3853,7 @@ (std::pair<int, int>( 1, 2 )) == aNicePair - { 1, 2 } == { 1, 2 } + {?} == {?}