mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 00:35:47 +00:00
compiler optimization and fixes to unit tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
18ea547cea
85 changed files with 1156 additions and 11585 deletions
|
@ -659,7 +659,7 @@ void test_equiv(Equivalence_params params, unsigned bvsize, bool is_signed) {
|
|||
typedef void (*TESTFUN)(unsigned bvsize, bool is_signed);
|
||||
|
||||
void tst_no_overflow() {
|
||||
|
||||
disable_debug("heap");
|
||||
unsigned bvsizes[BVSIZES] = { 1, 16, 32, 42 };
|
||||
TESTFUN tests[TESTNUM] = { test_add, test_sub, test_mul };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue