mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-30 17:52:26 +02:00
Merge branch 'master' of https://github.com/The-OpenROAD-Project-private/OpenSTA into secure-sta-test-by-opus
Signed-off-by: Jaehyun Kim <[email protected]>
This commit is contained in:
@@ -1141,7 +1141,6 @@ TEST(ConcreteNetworkTest, FindCellViaNetwork) {
|
||||
TEST(ConcreteNetworkTest, FindAnyCell) {
|
||||
ConcreteNetwork network;
|
||||
Library *lib1 = network.makeLibrary("lib1", "lib1.lib");
|
||||
Library *lib2 = network.makeLibrary("lib2", "lib2.lib");
|
||||
network.makeCell(lib1, "INV_X1", true, "lib1.lib");
|
||||
Cell *found = network.findAnyCell("INV_X1");
|
||||
EXPECT_NE(found, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user