Skip to content

Commit ee39026

Browse files
authored
Remove test that depends on Random being in the sysimg (#3656)
1 parent 561508d commit ee39026

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/api.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ import .FakeTerminals.FakeTerminal
271271
@test_throws Pkg.Types.PkgError Pkg.precompile("DoesNotExist") # fail to find a nonexistant dep in an empty env
272272

273273
Pkg.add("Random")
274-
@test_throws Pkg.Types.PkgError Pkg.precompile("Random") # Random is a dep but in the sysimage
275274
@test_throws Pkg.Types.PkgError Pkg.precompile("DoesNotExist")
276275
Pkg.precompile() # should be a no-op
277276
end end

0 commit comments

Comments
 (0)