Fixed merge issues

This commit is contained in:
Matthias Koefferlein
2025-03-06 22:24:05 +01:00
parent 87e7d8e493
commit 903bd70223
7 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -1596,7 +1596,7 @@ TEST(65)
}
}
TEST(65)
TEST(66)
{
db::Layout g;
init_layout (g);
@@ -1609,6 +1609,6 @@ TEST(65)
s = q2s_var (iq, "cell_name");
EXPECT_EQ (s, "c1,c5x");
s = q2s_var (iq, "inst_elements");
EXPECT_EQ (s, "cell_index=0 r0 *1 10,-20,cell_index=4 r0 *1 10,-20");
EXPECT_EQ (s, "(cell_index=0 r0 *1 10,-20),(cell_index=4 r0 *1 10,-20)");
}
}