Skip to content

Commit

Permalink
remove dep on BaseTestNext (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored May 30, 2017
1 parent 54af1ee commit 21c079d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

8 changes: 1 addition & 7 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
using NLsolve

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

add_jl(x) = endswith(x, ".jl") ? x : x*".jl"

Expand Down

0 comments on commit 21c079d

Please sign in to comment.