diff --git a/Compiler/test/runtests.jl b/Compiler/test/runtests.jl index ef1da1eec9f9e..ea3df3aa2855d 100644 --- a/Compiler/test/runtests.jl +++ b/Compiler/test/runtests.jl @@ -1,6 +1,6 @@ # This file is a part of Julia. License is MIT: https://julialang.org/license using Test, Compiler -using InteractiveUtils +using InteractiveUtils: @activate @activate Compiler for file in readlines(joinpath(@__DIR__, "testgroups"))