mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +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
|
@ -82,7 +82,7 @@ static void bug_set_double() {
|
|||
}
|
||||
|
||||
void tst_mpf() {
|
||||
enable_trace("mpf_mul_bug");
|
||||
// enable_trace("mpf_mul_bug");
|
||||
bug_set_int();
|
||||
bug_set_double();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue