mirror of https://github.com/KLayout/klayout.git
Fixed a merge issue.
This commit is contained in:
parent
2de479c3b1
commit
b4030a3781
|
|
@ -393,7 +393,7 @@ TEST(Bug_121_2)
|
|||
|
||||
TEST(3_AdvancedMapping)
|
||||
{
|
||||
db::Manager m (false);
|
||||
db::Manager m;
|
||||
db::Layout layout (&m);
|
||||
|
||||
db::LoadLayoutOptions options;
|
||||
|
|
|
|||
Loading…
Reference in New Issue