mirror of
https://github.com/Z3Prover/z3
synced 2026-02-01 14:57:57 +00:00
disable tracing in test code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4bd999c295
commit
98d86c6687
13 changed files with 37 additions and 38 deletions
|
|
@ -71,7 +71,7 @@ static void tst1() {
|
|||
}
|
||||
|
||||
static void tst2() {
|
||||
enable_trace("mpz_matrix");
|
||||
// enable_trace("mpz_matrix");
|
||||
unsynch_mpq_manager nm;
|
||||
small_object_allocator allocator;
|
||||
mpz_matrix_manager mm(nm, allocator);
|
||||
|
|
@ -164,8 +164,8 @@ static void tst_denominators() {
|
|||
}
|
||||
|
||||
void tst_rcf() {
|
||||
enable_trace("rcf_clean");
|
||||
enable_trace("rcf_clean_bug");
|
||||
// enable_trace("rcf_clean");
|
||||
// enable_trace("rcf_clean_bug");
|
||||
tst_denominators();
|
||||
tst1();
|
||||
tst2();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue