From 0edebf41b03e50db985d8b1a029595898b327941 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 28 Jul 2015 18:24:20 +0100 Subject: [PATCH] approvals rebase - I *think* this fixes an earlier regression, but I'm not 100% sure where that came from! --- projects/SelfTest/Baselines/console.sw.approved.txt | 8 ++++++-- projects/SelfTest/Baselines/xml.sw.approved.txt | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/projects/SelfTest/Baselines/console.sw.approved.txt b/projects/SelfTest/Baselines/console.sw.approved.txt index 675edc2f..2e81da7b 100644 --- a/projects/SelfTest/Baselines/console.sw.approved.txt +++ b/projects/SelfTest/Baselines/console.sw.approved.txt @@ -846,7 +846,9 @@ ConditionTests.cpp:: PASSED: REQUIRE( (std::numeric_limits::max)() > ul ) with expansion: - 4294967295 (0x) > 4 + 18446744073709551615 (0x) + > + 4 ------------------------------------------------------------------------------- comparisons between int variables @@ -6286,7 +6288,9 @@ TrickyTests.cpp:: PASSED: CHECK( m == &S::f ) with expansion: - 0x == 0x + 0x + == + 0x ------------------------------------------------------------------------------- pointer to class diff --git a/projects/SelfTest/Baselines/xml.sw.approved.txt b/projects/SelfTest/Baselines/xml.sw.approved.txt index 07f7843d..9740926f 100644 --- a/projects/SelfTest/Baselines/xml.sw.approved.txt +++ b/projects/SelfTest/Baselines/xml.sw.approved.txt @@ -1063,7 +1063,9 @@ (std::numeric_limits<unsigned long>::max)() > ul - 4294967295 (0x) > 4 + 18446744073709551615 (0x) +> +4 @@ -6460,7 +6462,9 @@ there" m == &S::f - 0x == 0x + 0x +== +0x