Forced amalgamate rerun.
This commit is contained in:
parent
d864232b29
commit
6f2dce5f15
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user