From 6eacfe08f6ce6e4d62897105555437b13cfaed0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 10 Jul 2024 20:10:04 +0200 Subject: [PATCH] fix --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index aa903c3..be306d1 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,4 +1,4 @@ include("test_vibra.jl") include("test_simple.jl") include("bounds.jl") -#include("MOI_wrapper.jl") +include("MOI_wrapper.jl")