mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 04:48:45 +00:00
fix python for 3.x
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b758a7a508
commit
8cf356224e
|
@ -12,7 +12,7 @@ if len(sys.argv) < 2 or sys.argv[1] == 'z3':
|
|||
elif sys.argv[1] == 'z3num':
|
||||
r = doctest.testmod(z3.z3num)
|
||||
else:
|
||||
print 'Usage: z3test.py (z3 | z3num)'
|
||||
print('Usage: z3test.py (z3 | z3num)')
|
||||
sys.exit(1)
|
||||
|
||||
if r.failed != 0:
|
||||
|
|
Loading…
Reference in a new issue