From 6f2dce5f157712cfa36743259ccfe18b42330f49 Mon Sep 17 00:00:00 2001 From: Anthony Van Herrewege Date: Thu, 9 Sep 2021 16:32:10 +0200 Subject: [PATCH] Forced amalgamate rerun. --- test/src/unit-diagnostics.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/src/unit-diagnostics.cpp b/test/src/unit-diagnostics.cpp index df9c5a5f3..cb09ff943 100644 --- a/test/src/unit-diagnostics.cpp +++ b/test/src/unit-diagnostics.cpp @@ -197,7 +197,8 @@ TEST_CASE("Better diagnostics") j.update(j2); } - for (auto const & kv : j) { + for (auto const& kv : j) + { CHECK(kv.m_parent == &j); } }