MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_repeat_bitvec_invalid

Method test_repeat_bitvec_invalid

tests/test_z3_ported.py:2473–2476  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2471 assert r._ast == x._ast
2472
2473 def test_repeat_bitvec_invalid(self):
2474 x = BitVec("x", 4)
2475 with pytest.raises(TypeError):
2476 RepeatBitVec(0, x)
2477
2478 def test_bvredand(self):
2479 x = BitVec("x", 4)

Callers

nothing calls this directly

Calls 2

BitVecFunction · 0.90
RepeatBitVecFunction · 0.90

Tested by

no test coverage detected