Skip to content

Commit

Permalink
Update test/MOI/MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 29, 2024
1 parent 42ee5e4 commit 76df290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MOI/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ function test_Env()
end
test_err(() ->Gurobi.Env("localhost:1234"))
test_err(() -> Gurobi.Env("localhost:1234", "password"))
test_err(() -> Gurobi.Env("localhost:1234", "password"; started = false))
test_err(() -> Gurobi.Env("localhost:1234", "password"; started = true))
env = Gurobi.Env(; output_flag = 2, memory_limit = 1)
p = Ref{Cdouble}()
@test GRBgetdblparam(env, "MemLimit", p) == 0
Expand Down

0 comments on commit 76df290

Please sign in to comment.