3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 16:27:37 +00:00

disable tracing in test code

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-06-08 08:08:10 -07:00
parent 4bd999c295
commit 98d86c6687
13 changed files with 37 additions and 38 deletions

View file

@ -170,8 +170,8 @@ static void test6() {
void tst_euf_bv_plugin() {
enable_trace("bv");
enable_trace("plugin");
// enable_trace("bv");
// enable_trace("plugin");
test6();
return;
test1();