diff --git a/test/runtests.jl b/test/runtests.jl index acef7399..4fb038d9 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,10 @@ using Clang using Test +# Temporary hack to make @doc work in 1.11 for the documentation tests. See: +# https://github.com/JuliaLang/julia/issues/54664 +using REPL + include("jllenvs.jl") include("file.jl") include("generators.jl")