Skip to content

Commit fa48c49

Browse files
committed
fixup! Don't filter Core methods from newly-inferred list (#58510)
1 parent 7f6ffc7 commit fa48c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@ precompile_test_harness("Pre-compile Core methods") do load_path
18691869
invokelatest() do
18701870
let tt = Tuple{Type{Vector{CorePrecompilation.Foo}}, UndefInitializer, Tuple{Int}},
18711871
match = first(Base._methods_by_ftype(tt, -1, Base.get_world_counter())),
1872-
mi = Base.specialize_method(match)
1872+
mi = Core.Compiler.specialize_method(match)
18731873
@test isdefined(mi, :cache)
18741874
@test mi.cache.max_world === typemax(UInt)
18751875
@test mi.cache.invoke != C_NULL

0 commit comments

Comments
 (0)