Skip to content

Commit

Permalink
Merge pull request #2 from JuliaDiffEq/fbot/deps
Browse files Browse the repository at this point in the history
Fix deprecations
  • Loading branch information
ChrisRackauckas authored Jul 18, 2018
2 parents f24c507 + 20ad38b commit 93dc1ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using PoissonRandom
import Distributions
@static if VERSION < v"0.7.0-DEV.2005"
using Base.Test
else
using Test
end
using Test

n_tsamples = 10^5

Expand Down

0 comments on commit 93dc1ac

Please sign in to comment.