diff options
Diffstat (limited to 'tests/ice40/hx1k.cc')
-rw-r--r-- | tests/ice40/hx1k.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ice40/hx1k.cc b/tests/ice40/hx1k.cc index 6c3205f3..b7990a82 100644 --- a/tests/ice40/hx1k.cc +++ b/tests/ice40/hx1k.cc @@ -59,7 +59,7 @@ TEST_F(HX1KTest, wire_names) assert(wire == ctx->getWireByName(name)); wire_count++; } - ASSERT_EQ(wire_count, 27682); + ASSERT_EQ(wire_count, 27690); } TEST_F(HX1KTest, pip_names) |