From afac789897ab557624c4a81ca56d2bda2348e3b9 Mon Sep 17 00:00:00 2001 From: Clouds Date: Fri, 9 Sep 2022 02:59:45 +0800 Subject: [PATCH] fix typo in test/loading.jl (#46678) --- test/loading.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/loading.jl b/test/loading.jl index 0f5efc09973f00..7ca540e6602d95 100644 --- a/test/loading.jl +++ b/test/loading.jl @@ -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