Skip to content

Commit f773f92

Browse files
committed
fix test for x86
1 parent a661450 commit f773f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/randindex.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ a3 = [3, 3, 3, 2, 2, 2, 1, 1, 1, 1]
3636

3737
@test randindex(ones(Int, 3), ones(Int, 3)) == (1, 1, 0, 1)
3838

39-
a,b = rand(1:5,100_000), rand(1:5,100_000)
39+
a,b = rand(1:5,10_000), rand(1:5,10_000)
4040
@test randindex(a,b)[1] < 1.0e-2
4141

4242
end

0 commit comments

Comments
 (0)