Skip to content

Commit b9df45e

Browse files
authored
fix typo in test/loading.jl (#46678)
1 parent b8336b3 commit b9df45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ end
986986
@test Base.locate_package(pkg, env) === nothing
987987
finally
988988
copy!(LOAD_PATH, old_load_path)
989-
copy!(DEPOT_PATH, old_load_path)
989+
copy!(DEPOT_PATH, old_depot_path)
990990
end
991991
end
992992
end

0 commit comments

Comments
 (0)