Skip to content

Commit f8e9976

Browse files
committed
fix 0.6 tests
1 parent c0903dc commit f8e9976

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
using FastTransforms, Compat
2-
using Compat.Test, Compat.LinearAlgebra, Compat.Random, Compat.Statistics
2+
using Compat.Test, Compat.LinearAlgebra, Compat.Random
33
if VERSION < v"0.7"
44
srand(0)
55
else
6+
using Compat.Statistics
67
Random.seed!(0)
78
end
89

0 commit comments

Comments
 (0)