Skip to content

Commit

Permalink
Use Compat.Test instead of Base.Test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Oct 9, 2017
1 parent c68bcbe commit bd00236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Compat 0.33.0
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See accompanying license file.

using ACME
using Base.Test
using Compat
using Compat.Test
using ProgressMeter

tv, ti = ACME.topomat(sparse([1 -1 1; -1 1 -1]))
Expand Down

0 comments on commit bd00236

Please sign in to comment.