Skip to content

Commit a495879

Browse files
committed
remove using FileIO from runtests.jl
1 parent f0f22f0 commit a495879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Compat, Compat.Test, Compat.LinearAlgebra
22
using Compat.SparseArrays, Compat.DelimitedFiles, Compat.Random
3-
using IterativeSolvers, FileIO, AlgebraicMultigrid
3+
using IterativeSolvers, AlgebraicMultigrid
44
import AlgebraicMultigrid: Pinv, Classical
55

66
if VERSION < v"0.7-"

0 commit comments

Comments
 (0)