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 374ff22 commit 38b21d4Copy full SHA for 38b21d4
src/registry_testing.jl
@@ -252,7 +252,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
252
if weak == "Weak"
253
# It is NOT legal for a package to have WeakCompat.toml but not have
254
# WeakDeps.toml
255
- @test isfile(depsfile)
+ Test.@test isfile(depsfile)
256
end
257
compat_uncompressed = RegistryTools.Compress.load(compatfile)
258
deps_uncompressed = isfile(depsfile) ? RegistryTools.Compress.load(depsfile) : Dict()
0 commit comments