Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Oct 6, 2023
1 parent 419af92 commit 1371b79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/Random/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1371b79

Please sign in to comment.