Skip to content

Commit e077c47

Browse files
committed
Update
1 parent 1bd320c commit e077c47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/Utilities/test_parser.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ end
403403
struct Set2175 <: MOI.AbstractScalarSet end
404404

405405
function test_parse_external_set_constraint()
406+
error(join(String.(propertynames(Main))), " <> ")
406407
model = MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}())
407408
MOI.Utilities.loadfromstring!(model, "variables: x\nx in $(Set2175())")
408409
constraints = MOI.get(model, MOI.ListOfConstraintTypesPresent())

0 commit comments

Comments
 (0)