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 561508d commit ee39026Copy full SHA for ee39026
test/api.jl
@@ -271,7 +271,6 @@ import .FakeTerminals.FakeTerminal
271
@test_throws Pkg.Types.PkgError Pkg.precompile("DoesNotExist") # fail to find a nonexistant dep in an empty env
272
273
Pkg.add("Random")
274
- @test_throws Pkg.Types.PkgError Pkg.precompile("Random") # Random is a dep but in the sysimage
275
@test_throws Pkg.Types.PkgError Pkg.precompile("DoesNotExist")
276
Pkg.precompile() # should be a no-op
277
end end
0 commit comments