Skip to content

Commit a32295c

Browse files
committed
Fix tests
1 parent b22ce55 commit a32295c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function randn_with_nans(n,p)
5252
return v
5353
end
5454

55-
srand(0xdeadbeef)
55+
Random.seed!(0xdeadbeef)
5656

5757
for n in [0:10..., 100, 101, 1000, 1001]
5858
r = 1:10

0 commit comments

Comments
 (0)