diff --git a/src/Reactant.jl b/src/Reactant.jl index 042e4a8dc..938b685cf 100644 --- a/src/Reactant.jl +++ b/src/Reactant.jl @@ -127,7 +127,7 @@ end #HACK: Disable precompilation for test @info gethostname() @static if splitpath(Base.active_project())[3] != "runner" - @info "enable precompilation" + @info "enable precompilation" Base.active_project() include("precompile.jl") end