Skip to content

Commit d965e86

Browse files
authored
Revert "Remove test workaround (#504)" (#507)
This reverts commit 9c77fd6.
1 parent 9c77fd6 commit d965e86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
using Clang
22
using Test
33

4+
# Temporary hack to make @doc work in 1.11 for the documentation tests. See:
5+
# https://github.com/JuliaLang/julia/issues/54664
6+
using REPL
7+
48
include("jllenvs.jl")
59
include("file.jl")
610
include("generators.jl")

0 commit comments

Comments
 (0)