Skip to content

Commit 7f15dda

Browse files
authored
Update runtests.jl
1 parent d94a0f7 commit 7f15dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ end
8585
if is_julia_1_11
8686
# On Julia 1.11, `incremental=false` is currently broken: https://github.com/JuliaLang/PackageCompiler.jl/issues/976
8787
# So, for now, we skip the `incremental=false` tests on Julia 1.11
88-
@warn "This is Julia 1.11; skipping incremental=false test due to known bug: https://github.com/JuliaLang/PackageCompiler.jl/issues/976`
88+
@warn "This is Julia 1.11; skipping incremental=false test due to known bug: https://github.com/JuliaLang/PackageCompiler.jl/issues/976"
8989
@test_broken false
9090
continue
9191
end

0 commit comments

Comments
 (0)