3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 22:20:54 +00:00

compiler optimization and fixes to unit tests

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-04-11 13:44:23 -07:00
commit 18ea547cea
85 changed files with 1156 additions and 11585 deletions

View file

@ -164,9 +164,9 @@ static void tst3() {
}
void tst_diff_logic() {
tst1();
tst2();
tst3();
//tst1();
//tst2();
//tst3();
}
#else
void tst_diff_logic() {