Skip to content

Commit

Permalink
fixup! Support external linkage in "sysimages"
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Sep 29, 2022
1 parent a6333b3 commit 212c934
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/precompile.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

original_depot_path = copy(Base.DEPOT_PATH)
original_load_path = copy(Base.LOAD_PATH)

using Test, Distributed, Random

Expand Down Expand Up @@ -1749,4 +1750,5 @@ end

empty!(Base.DEPOT_PATH)
append!(Base.DEPOT_PATH, original_depot_path)

empty!(Base.LOAD_PATH)
append!(Base.LOAD_PATH, original_load_path)

0 comments on commit 212c934

Please sign in to comment.