3
0
Fork 0
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:
Christoph M. Wintersteiger 2012-11-28 22:20:02 +00:00
parent 00ebabcc6e
commit 1ed4e7c480
3 changed files with 11 additions and 7 deletions

View file

@ -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)