Skip to content

Commit

Permalink
Revert "Remove test workaround (#504)"
Browse files Browse the repository at this point in the history
This reverts commit 9c77fd6. Now the tests fail
for a different reason :')
  • Loading branch information
JamesWrigley committed Aug 20, 2024
1 parent d901cb7 commit 5f8a145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 5f8a145

Please sign in to comment.