Skip to content

Commit 730e1c1

Browse files
committed
adapt deprecations test
1 parent fdd4043 commit 730e1c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/deprecations.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
module TestDeprecations
2+
13
using IterativeSolvers
24
using Test
35

@@ -12,4 +14,6 @@ using Test
1214
@test_deprecated idrs(A, b, tol=1.0, maxiter=1)
1315
@test_deprecated minres(A, b, tol=1.0, maxiter=1)
1416
@test_deprecated qmr(A, b, tol=1.0, maxiter=1)
15-
end
17+
end
18+
19+
end # module

0 commit comments

Comments
 (0)