(self)
| 3277 | assert "(BitVec 32)" in s.name() |
| 3278 | |
| 3279 | def test_string_sort_name(self): |
| 3280 | assert StringSort().name() == "String" |
| 3281 | |
| 3282 | def test_uninterp_sort_name(self): |
| 3283 | T = DeclareSort("MySort") |
nothing calls this directly
no test coverage detected