Fix tests

This commit is contained in:
Miodrag Milanovic
2018-08-23 17:46:28 +02:00
parent 28e30b2af0
commit 04dd21a1e0
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ TEST_F(LP1KTest, wire_names)
assert(wire == ctx->getWireByName(name));
wire_count++;
}
ASSERT_EQ(wire_count, 27690);
ASSERT_EQ(wire_count, 32802);
}
TEST_F(LP1KTest, pip_names)
@@ -70,7 +70,7 @@ TEST_F(LP1KTest, pip_names)
assert(pip == ctx->getPipByName(name));
pip_count++;
}
ASSERT_EQ(pip_count, 319904);
ASSERT_EQ(pip_count, 345504);
}
TEST_F(LP1KTest, uphill_to_downhill)