Skip to content

Commit

Permalink
Update test/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 13, 2024
1 parent 4cb7306 commit 877faa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end
msg = "Xpress internal error:\n\n85 Error: File not found: $(file_extension).\n"
if Xpress.get_version() >= v"41.0.0"
@test_throws(
Xpress.XpressError(85, msg)
Xpress.XpressError(85, msg),
Xpress.Lib.XPRSreadprob(prob, "", ""),
)
else
Expand Down

0 comments on commit 877faa2

Please sign in to comment.