Skip to content

Commit 80e8234

Browse files
committed
Update
1 parent d30c2d8 commit 80e8234

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/Bridges/lazy_bridge_optimizer.jl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,18 +2328,6 @@ function test_issue_2838()
23282328
return
23292329
end
23302330

2331-
MOI.Utilities.@model(
2332-
Model2870,
2333-
(),
2334-
(MOI.EqualTo,),
2335-
(),
2336-
(),
2337-
(),
2338-
(MOI.ScalarAffineFunction,),
2339-
(),
2340-
()
2341-
)
2342-
23432331
function test_issue_2870()
23442332
inner = MOI.Utilities.MockOptimizer(MOI.Utilities.Model{Float64}())
23452333
model = MOI.Bridges.Constraint.ScalarSlack{Float64}(inner)

0 commit comments

Comments
 (0)