Skip to content

Commit f7f9316

Browse files
committed
Remove unneeded test from rebase
1 parent 09a0659 commit f7f9316

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

test/FileFormats/NL/test_NL.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,19 +1532,6 @@ function test_write_complements_VectorNonlinearFunction()
15321532
return
15331533
end
15341534

1535-
function test_VariableBridgingCost()
1536-
model = NL.Model()
1537-
S = MOI.LessThan{Float64}
1538-
attr = MOI.VariableBridgingCost{S}()
1539-
@test MOI.get(model, attr) == 0
1540-
attr = MOI.ConstraintBridgingCost{MOI.VariableIndex,S}()
1541-
@test MOI.get(model, attr) == 0
1542-
S = MOI.SecondOrderCone
1543-
attr = MOI.VariableBridgingCost{S}()
1544-
@test isinf(MOI.get(model, attr))
1545-
return
1546-
end
1547-
15481535
function test_unsupported_kwarg()
15491536
@test_throws(
15501537
ErrorException(

0 commit comments

Comments
 (0)