mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
remove string conversion causing regression
This commit is contained in:
parent
abcabba9fe
commit
b3144a534d
|
@ -1100,10 +1100,6 @@ def _coerce_expr_merge(s, a):
|
||||||
if z3_debug():
|
if z3_debug():
|
||||||
_z3_assert(s1.ctx == s.ctx, "context mismatch")
|
_z3_assert(s1.ctx == s.ctx, "context mismatch")
|
||||||
_z3_assert(False, "sort mismatch")
|
_z3_assert(False, "sort mismatch")
|
||||||
elif s is not None:
|
|
||||||
return s
|
|
||||||
elif isinstance(a, str):
|
|
||||||
return StringSort()
|
|
||||||
else:
|
else:
|
||||||
return s
|
return s
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue