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

Fix typos and bugs. Add tests.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-01-04 15:01:27 -08:00
parent ff62948d90
commit 14827e94f0
4 changed files with 144 additions and 30 deletions

View file

@ -208,7 +208,7 @@ void tst_refine_mpbq(int n, int d) {
}
void tst_refine_mpbq() {
tst_refine_mpbq(-5, 7);
tst_refine_mpbq(5, 7);
}
void tst_mpbq_root() {