@@ -3770,7 +3770,7 @@ function precompile(@nospecialize(argt::Type), m::Method)
37703770 return precompile (mi)
37713771end
37723772
3773- @assert precompile (include_package_for_output, (PkgId, String, Vector{String}, Vector{String}, Vector{String}, typeof (_concrete_dependencies), Nothing))
3774- @assert precompile (include_package_for_output, (PkgId, String, Vector{String}, Vector{String}, Vector{String}, typeof (_concrete_dependencies), String))
3775- @assert precompile (create_expr_cache, (PkgId, String, String, String, typeof (_concrete_dependencies), Cmd, IO, IO))
3776- @assert precompile (create_expr_cache, (PkgId, String, String, Nothing, typeof (_concrete_dependencies), Cmd, IO, IO))
3773+ precompile (include_package_for_output, (PkgId, String, Vector{String}, Vector{String}, Vector{String}, typeof (_concrete_dependencies), Nothing)) || @assert false
3774+ precompile (include_package_for_output, (PkgId, String, Vector{String}, Vector{String}, Vector{String}, typeof (_concrete_dependencies), String)) || @assert false
3775+ precompile (create_expr_cache, (PkgId, String, String, String, typeof (_concrete_dependencies), Cmd, IO, IO)) || @assert false
3776+ precompile (create_expr_cache, (PkgId, String, String, Nothing, typeof (_concrete_dependencies), Cmd, IO, IO)) || @assert false
0 commit comments