Skip to content

Commit

Permalink
correctly import Base.Test on 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jun 1, 2018
1 parent a658e07 commit 1418b26
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/runtests.jl
@@ -1,6 +1,9 @@
using Reactive
using Test

if VERSION < v"0.7.0-DEV.2005"
using Base.Test
else
using Test
end
# Stop the runner task

using Reactive: wait07
Expand Down

0 comments on commit 1418b26

Please sign in to comment.