From 27d794b5f491fe45f1bc8db438f36390801549a7 Mon Sep 17 00:00:00 2001 From: daan Date: Tue, 20 Aug 2019 07:49:40 -0700 Subject: [PATCH] fix option_enable call --- test/test-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-api.c b/test/test-api.c index f4e32746..a5f61074 100644 --- a/test/test-api.c +++ b/test/test-api.c @@ -66,7 +66,7 @@ bool test_heap2(); // Main testing // --------------------------------------------------------------------------- int main() { - mi_option_enable(mi_option_verbose,false); + mi_option_disable(mi_option_verbose); // --------------------------------------------------- // Malloc