mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
z3_assert -> _z3_assert
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e0490450f3
commit
6dcec4ce79
1 changed files with 1 additions and 1 deletions
|
@ -4301,7 +4301,7 @@ def ArraySort(*sig):
|
||||||
"""
|
"""
|
||||||
sig = _get_args(sig)
|
sig = _get_args(sig)
|
||||||
if __debug__:
|
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
|
arity = len(sig) - 1
|
||||||
r = sig[arity]
|
r = sig[arity]
|
||||||
d = sig[0]
|
d = sig[0]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue