Skip to content

Commit

Permalink
travis: remove use of @which
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Oct 1, 2020
1 parent cb47707 commit 5bb3502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-stopping/test-users-struct-function.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ stop!(stop_bnd)
@test stop_bnd.user_specific_struct.feasible == true

#remove the _user_check!(stp :: NLPStopping, x :: Main.Stopping.Iterate) from the workspace
Base.delete_method(@which _user_check!(stop_bnd, ones(6)))
Base.delete_method(which(_user_check!, (NLPStopping,Main.Stopping.Iterate,)))

0 comments on commit 5bb3502

Please sign in to comment.