Fixed unit tests

This commit is contained in:
Matthias Koefferlein 2025-03-03 18:34:43 +01:00
parent f7a76033bb
commit ac1c656bc0
2 changed files with 1 additions and 1 deletions

View File

@ -1592,6 +1592,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");
}
}

Binary file not shown.