Skip to content

Commit

Permalink
remove mentions of BaseTestNext (#18)
Browse files Browse the repository at this point in the history
no longer in test/REQUIRE
  • Loading branch information
tkelman authored and KristofferC committed Feb 24, 2017
1 parent 7d9a7a3 commit 8f91a34
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/runtests.jl
@@ -1,12 +1,6 @@
ENV["OMP_NUM_THREADS"] = 2

if VERSION >= v"0.5-"
using Base.Test
else
using BaseTestNext
const Test = BaseTestNext
end

using Base.Test
using Pardiso

srand(1234)
Expand Down

0 comments on commit 8f91a34

Please sign in to comment.