mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
change exception test to take into account new coercion operation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ad39811dc0
commit
901d8a9f5b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ sat
|
||||||
Z3 exceptions:
|
Z3 exceptions:
|
||||||
|
|
||||||
>>> try:
|
>>> try:
|
||||||
... x = Int('x')
|
... x = BitVec('x', 32)
|
||||||
... y = Bool('y')
|
... y = Bool('y')
|
||||||
... # the expression x + y is type incorrect
|
... # the expression x + y is type incorrect
|
||||||
... n = x + y
|
... n = x + y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue