3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-02 21:37:02 +00:00

Fixed bug (codeplex issue 102)

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-04-02 17:56:55 +01:00
parent 6f7c9607ea
commit a833c9ac41
4 changed files with 294 additions and 288 deletions

View file

@ -93,6 +93,9 @@ namespace test_mapi
1,
new Pattern[] { p } /* patterns */);
if (q.IsTrue)
Console.WriteLine("is true.");
return q;
}