3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-03-22 16:03:35 -07:00
parent ce04c16a6f
commit a24a922688

View file

@ -1868,7 +1868,7 @@ class JavaExample
}
} else
{
System.out.println("BUG, the constraints are satisfiable.");
System.out.println("BUG, the constraints are not satisfiable.");
}
}