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:
parent
bb041495e3
commit
e98c808f47
2 changed files with 2 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue