mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 15:34:41 +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
|
|
@ -136,7 +136,6 @@ static void tst2() {
|
|||
|
||||
void tst_heap() {
|
||||
// enable_debug("heap");
|
||||
enable_trace("heap");
|
||||
unsigned i = 0;
|
||||
while (i < 3) {
|
||||
IF_VERBOSE(1, verbose_stream() << "test\n";);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue