mirror of
https://github.com/AdaCore/z3.git
synced 2026-02-12 12:40:40 -08:00
fixing compilation errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user