Skip to content

Commit

Permalink
Update test/test_print.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored May 31, 2024
1 parent 0fea3cc commit 36cd004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_print.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ end
function test_invalid_references()
model = Model()
@variable(model, x[1:2])
@constraint(model, c[i=1:2], x[i] <= i)
@constraint(model, c[i in 1:2], x[i] <= i)
delete(model, c[1])
delete(model, x[1])
mime = MIME("text/plain")
Expand Down

0 comments on commit 36cd004

Please sign in to comment.