Skip to content

Commit

Permalink
fix typo in test/loading.jl (JuliaLang#46678)
Browse files Browse the repository at this point in the history
  • Loading branch information
clouds56 authored and pull[bot] committed Feb 5, 2023
1 parent 445361d commit afac789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ end
@test Base.locate_package(pkg, env) === nothing
finally
copy!(LOAD_PATH, old_load_path)
copy!(DEPOT_PATH, old_load_path)
copy!(DEPOT_PATH, old_depot_path)
end
end
end
Expand Down

0 comments on commit afac789

Please sign in to comment.