Skip to content

Commit 20b6d50

Browse files
authored
Remove BaseTestNext (#87)
1 parent 45b4d99 commit 20b6d50

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/runtests.jl

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11

2-
if VERSION >= v"0.5.0-dev+7720"
3-
using Base.Test
4-
else
5-
using BaseTestNext
6-
const Test = BaseTestNext
7-
end
2+
using Base.Test
83

94
using IntervalConstraintProgramming
105
using IntervalArithmetic #, IntervalArithmetic.RootFinding

0 commit comments

Comments
 (0)