Skip to content

Commit 48f5d63

Browse files
arnavk23tmigot
andauthored
Update runtests.jl (#376)
* Update runtests.jl * Update test/runtests.jl Co-authored-by: Tangi Migot <tangi.migot@gmail.com> --------- Co-authored-by: Tangi Migot <tangi.migot@gmail.com>
1 parent 1dbf109 commit 48f5d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using NLPModels, NLPModelsJuMP, OptimizationProblems, Test
44

55
import ADNLPModels
66

7-
list_problems = intersect(names(ADNLPProblems), names(PureJuMP))
7+
const list_problems = intersect(names(ADNLPProblems), names(PureJuMP))
88
# all problems have a JuMP and ADNLPModels formulations
99
@test setdiff(union(names(ADNLPProblems), names(PureJuMP)), list_problems) ==
1010
[:ADNLPProblems, :PureJuMP]

0 commit comments

Comments
 (0)