Skip to content

Commit

Permalink
follow up JuliaLang#42518, precompile testset_beginend_call (JuliaL…
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk authored and LilithHafner committed Feb 22, 2022
1 parent 9ab879f commit 42e4fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Test = get(Base.loaded_modules,
if Test !== nothing
hardcoded_precompile_statements *= """
precompile(Tuple{typeof(Test.do_test), Test.ExecutionResult, Any})
precompile(Tuple{typeof(Test.testset_beginend), Tuple{String, Expr}, Expr, LineNumberNode})
precompile(Tuple{typeof(Test.testset_beginend_call), Tuple{String, Expr}, Expr, LineNumberNode})
precompile(Tuple{Type{Test.DefaultTestSet}, String})
precompile(Tuple{Type{Test.DefaultTestSet}, AbstractString})
precompile(Tuple{Core.kwftype(Type{Test.DefaultTestSet}), Any, Type{Test.DefaultTestSet}, AbstractString})
Expand Down

0 comments on commit 42e4fbf

Please sign in to comment.