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