3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable

This commit is contained in:
Christoph M. Wintersteiger 2012-11-27 19:02:29 +00:00
commit d65b836ace
2 changed files with 34 additions and 3 deletions

View file

@ -632,7 +632,7 @@ class FuncDeclRef(AstRef):
>>> f(x, x)
f(x, ToReal(x))
"""
args = _get_args(args)
args = _get_args(args)
num = len(args)
if __debug__:
_z3_assert(num == self.arity(), "Incorrect number of arguments to %s" % self)