3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 10:05:32 +00:00

fixing compilation errors

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-05-03 03:18:29 -07:00
parent bb041495e3
commit e98c808f47
2 changed files with 2 additions and 5 deletions

View file

@ -1508,7 +1508,7 @@ class JavaExample
* parenthesis
*/
"(declare-const x Int (declare-const y Int)) (assert (> x y))",
null, null, null, null)[0];
null, null, null, null);
} catch (Z3Exception e)
{
System.out.println("Z3 error: " + e);