From 931b3ef1ce033ceb36495393cec9ccdf3daf4e5a Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 26 May 2021 23:03:14 +0200 Subject: [PATCH] Updated LVS (lvsdb) tests because of invalid layer properties bug --- src/lvs/unit_tests/lvsTests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lvs/unit_tests/lvsTests.cc b/src/lvs/unit_tests/lvsTests.cc index 7fb9aefcd..50fb183c5 100644 --- a/src/lvs/unit_tests/lvsTests.cc +++ b/src/lvs/unit_tests/lvsTests.cc @@ -152,7 +152,7 @@ TEST(16_private) TEST(17_private) { test_is_long_runner (); - run_test (_this, "test_17.lylvs", "test_17b.cir.gz", "test_17.gds.gz", true, "test_17.lvsdb"); + run_test (_this, "test_17.lylvs", "test_17b.cir.gz", "test_17.gds.gz", true, "test_17b.lvsdb"); } TEST(18_private)