diff --git a/test/group/translate_asy/test.cpp b/test/group/translate_asy/test.cpp index 9263013..cad832e 100644 --- a/test/group/translate_asy/test.cpp +++ b/test/group/translate_asy/test.cpp @@ -16,6 +16,7 @@ TEST_CASE(normal_inters) { bool inters, leaks; SKdNode::From(m)->MakeCertainEdgesInto(&el, EdgeKind::SELF_INTER, /*coplanarIsInter=*/false, &inters, &leaks); + el.Clear(); // The assembly is supposed to interfere. CHECK_TRUE(inters);