mirror of https://github.com/KLayout/klayout.git
Implemented #818
This commit is contained in:
parent
2bbf6b6998
commit
6e7c9192d4
|
|
@ -2632,14 +2632,12 @@ TEST(103)
|
|||
|
||||
// test "redo" on this occasion
|
||||
|
||||
// @@@
|
||||
db::PolygonContainer pc2 (out);
|
||||
db::PolygonGenerator pg2 (pc2, true, true);
|
||||
db::BooleanOp op2 (db::BooleanOp::ANotB);
|
||||
|
||||
out.clear ();
|
||||
ep.redo (pg2, op2);
|
||||
// @@@
|
||||
|
||||
EXPECT_EQ (out.size (), size_t (1));
|
||||
#if 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue