We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b4d99 commit 20b6d50Copy full SHA for 20b6d50
test/runtests.jl
@@ -1,10 +1,5 @@
1
2
-if VERSION >= v"0.5.0-dev+7720"
3
- using Base.Test
4
-else
5
- using BaseTestNext
6
- const Test = BaseTestNext
7
-end
+using Base.Test
8
9
using IntervalConstraintProgramming
10
using IntervalArithmetic #, IntervalArithmetic.RootFinding
0 commit comments