Skip to content

Commit

Permalink
MethodTable no longer exported from Core to Base, see JuliaLang/julia…
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Mar 21, 2018
1 parent 568887d commit 10b0885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end
@test isa(methods(M.j_1), Base.MethodList)
@test isdefined(methods(M.j_1), :mt)
local mt = methods(M.j_1).mt
@test isa(mt, Base.MethodTable)
@test isa(mt, Core.MethodTable)
@test isdefined(mt, :kwsorter)
# .kwsorter is not always defined -- namely, it seems when none of the methods
# have keyword arguments:
Expand Down

0 comments on commit 10b0885

Please sign in to comment.