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 38b21d4 commit 77ddbd2Copy full SHA for 77ddbd2
src/registry_testing.jl
@@ -265,7 +265,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
265
if weak == "Weak"
266
# It is legal to have `julia` in Compat.toml.
267
# It is NOT legal to have `julia` in WeakCompat.toml
268
- @test compat_pkgname != "julia"
+ Test.@test compat_pkgname != "julia"
269
end
270
# If the package has a compat entry for `julia`, there
271
# is no need to have `julia` listed in Deps.toml.
0 commit comments