Skip to content

Commit

Permalink
Don't test that Pkg exports add (#555)
Browse files Browse the repository at this point in the history
Pkg3 still defines `add`, but doesn't export it anymore.
  • Loading branch information
martinholters authored May 28, 2018
1 parent 2a82221 commit 6a97476
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 @@ -1275,7 +1275,7 @@ module TestPkg
using Compat.Pkg
using Compat.Test
@test isdefined(@__MODULE__, :Pkg)
@test isdefined(@__MODULE__, :add)
@test isdefined(Compat.Pkg, :add)
end

module TestInteractiveUtils
Expand Down

0 comments on commit 6a97476

Please sign in to comment.