mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 22:05:36 +00:00
z3_assert -> _z3_assert
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e0490450f3
commit
6dcec4ce79
|
@ -4301,7 +4301,7 @@ def ArraySort(*sig):
|
|||
"""
|
||||
sig = _get_args(sig)
|
||||
if __debug__:
|
||||
z3_assert(len(sig) > 1, "At least two arguments expected")
|
||||
_z3_assert(len(sig) > 1, "At least two arguments expected")
|
||||
arity = len(sig) - 1
|
||||
r = sig[arity]
|
||||
d = sig[0]
|
||||
|
|
Loading…
Reference in a new issue