Skip to content

Commit

Permalink
Remove test that depends on Random being in the sysimg (#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Oct 16, 2023
1 parent 561508d commit ee39026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ import .FakeTerminals.FakeTerminal
@test_throws Pkg.Types.PkgError Pkg.precompile("DoesNotExist") # fail to find a nonexistant dep in an empty env

Pkg.add("Random")
@test_throws Pkg.Types.PkgError Pkg.precompile("Random") # Random is a dep but in the sysimage
@test_throws Pkg.Types.PkgError Pkg.precompile("DoesNotExist")
Pkg.precompile() # should be a no-op
end end
Expand Down

0 comments on commit ee39026

Please sign in to comment.