New test data for LEFDEF parser

This commit is contained in:
Matthias Koefferlein 2023-09-11 20:08:39 +02:00
parent d31a084748
commit 50c0ec2738
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ TEST(def16)
// (complete example)
db::LEFDEFReaderOptions opt = default_options ();
opt.set_macro_resolution_mode (1);
run_test (_this, "def16", "lef:a.lef+lef:tech.lef+def:a.def", "au_2.oas.gz", opt);
run_test (_this, "def16", "lef:a.lef+lef:tech.lef+def:a.def", "au_3.oas.gz", opt);
}
TEST(100)