mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Managed API: bugfixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
00ebabcc6e
commit
1ed4e7c480
3 changed files with 11 additions and 7 deletions
|
@ -839,7 +839,7 @@ namespace test_mapi
|
|||
// Error handling test.
|
||||
try
|
||||
{
|
||||
Expr plus_ri = ctx.MkAdd(ctx.MkInt(1), ctx.MkReal(2));
|
||||
IntExpr i = ctx.MkInt("1/2");
|
||||
throw new TestFailedException(); // unreachable
|
||||
}
|
||||
catch (Z3Exception)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue