diff --git a/stdlib/Random/test/runtests.jl b/stdlib/Random/test/runtests.jl index 29c71704b3935..6090fa0ae71f7 100644 --- a/stdlib/Random/test/runtests.jl +++ b/stdlib/Random/test/runtests.jl @@ -296,6 +296,8 @@ for rng in ([], [MersenneTwister(0)], [RandomDevice()], [Xoshiro()]) randset => Int, GenericSet(randset) => Int, randdict => Pair{Int,Int}, + keys(randdict) => Int, + values(randdict) => Int, GenericDict(randdict) => Pair{Int,Int}, 1:100 => Int, rand(Int, 100) => Int,