Skip to content

Commit 20ad38b

Browse files
Fix deprecations
1 parent feac86f commit 20ad38b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/runtests.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
using PoissonRandom
22
import Distributions
3-
@static if VERSION < v"0.7.0-DEV.2005"
4-
using Base.Test
5-
else
6-
using Test
7-
end
3+
using Test
84

95
n_tsamples = 10^5
106

0 commit comments

Comments
 (0)