mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
fix #5915
This commit is contained in:
parent
ce04c16a6f
commit
a24a922688
|
@ -1868,7 +1868,7 @@ class JavaExample
|
|||
}
|
||||
} else
|
||||
{
|
||||
System.out.println("BUG, the constraints are satisfiable.");
|
||||
System.out.println("BUG, the constraints are not satisfiable.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue