Skip to content

Commit

Permalink
Change deprecated Base.Test to Test (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
TestSubjector authored and giordano committed Oct 16, 2017
1 parent 3538f95 commit 1ec83cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# Copyright (C) 2016 Mosè Giordano.

using AstroLib
using Base.Test

if isdefined(Base, :Test) && !Base.isdeprecated(Base, :Test)
using Base.Test
else
using Test
end

include("utils-tests.jl")
include("misc-tests.jl")
Expand Down

0 comments on commit 1ec83cc

Please sign in to comment.