Forced amalgamate rerun.

This commit is contained in:
Anthony Van Herrewege 2021-09-09 16:32:10 +02:00
parent d864232b29
commit 6f2dce5f15

View File

@ -197,7 +197,8 @@ TEST_CASE("Better diagnostics")
j.update(j2); j.update(j2);
} }
for (auto const & kv : j) { for (auto const& kv : j)
{
CHECK(kv.m_parent == &j); CHECK(kv.m_parent == &j);
} }
} }