We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abe9a3 commit 408ae90Copy full SHA for 408ae90
test/loading.jl
@@ -34,7 +34,6 @@ end
34
@test @nested_LINE_expansion2() == ((@__LINE__() - 5, @__LINE__() - 9), @__LINE__())
35
36
original_depot_path = copy(Base.DEPOT_PATH)
37
-include("precompile_utils.jl")
38
39
loaded_files = String[]
40
push!(Base.include_callbacks, (mod::Module, fn::String) -> push!(loaded_files, fn))
0 commit comments