Skip to content

Commit 408ae90

Browse files
committed
remove spurious file include
1 parent 6abe9a3 commit 408ae90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/loading.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ end
3434
@test @nested_LINE_expansion2() == ((@__LINE__() - 5, @__LINE__() - 9), @__LINE__())
3535

3636
original_depot_path = copy(Base.DEPOT_PATH)
37-
include("precompile_utils.jl")
3837

3938
loaded_files = String[]
4039
push!(Base.include_callbacks, (mod::Module, fn::String) -> push!(loaded_files, fn))

0 commit comments

Comments
 (0)