We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94a0f7 commit 7f15ddaCopy full SHA for 7f15dda
test/runtests.jl
@@ -85,7 +85,7 @@ end
85
if is_julia_1_11
86
# On Julia 1.11, `incremental=false` is currently broken: https://github.com/JuliaLang/PackageCompiler.jl/issues/976
87
# 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`
+ @warn "This is Julia 1.11; skipping incremental=false test due to known bug: https://github.com/JuliaLang/PackageCompiler.jl/issues/976"
89
@test_broken false
90
continue
91
end
0 commit comments