mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 11:31:08 +02:00
Fixing tests after layer names get loaded properly
This commit is contained in:
@@ -85,7 +85,7 @@ void run_test (tl::TestBase *_this, const std::string &file, const db::NetTracer
|
||||
fn += file_au;
|
||||
|
||||
CHECKPOINT ();
|
||||
db::compare_layouts (_this, layout_nets, fn, db::NormalizationMode (db::WriteOAS | db::AsPolygons));
|
||||
db::compare_layouts (_this, layout_nets, fn, db::NormalizationMode (db::WriteOAS | db::AsPolygons | db::WithoutLayerNames));
|
||||
}
|
||||
|
||||
TEST(1)
|
||||
|
||||
Reference in New Issue
Block a user