Skip to content

Commit 20992ca

Browse files
committed
No need to test rand Char.
1 parent b79d7c6 commit 20992ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/generic.jl

-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ using Test
2626
@test randperm(r, 10) == [2, 10, 1, 6, 4, 3, 7, 8, 9, 5]
2727
@test randcycle(r, 10) == [8, 4, 5, 1, 10, 2, 3, 9, 7, 6]
2828
@test rand(r, ComplexF64) == 0.9500729643158807 + 0.9280185794620359im
29-
@test rand(r, Char) == '\Ufe68e'
3029
end

0 commit comments

Comments
 (0)