Skip to content

Commit 7f9c3c1

Browse files
Update basictests.jl
1 parent 7a5eb95 commit 7f9c3c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/basictests.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@ end
225225
P1 = Diagonal(s1)
226226
P2 = Diagonal(s2)
227227

228-
@test LinearSolve.ComposePreconditioner(P1,nothing) === P1
229-
@test LinearSolve.ComposePreconditioner(nothing,P1) === P1
230-
231228
P = LinearSolve.ComposePreconditioner(P1,P2)
232229

233230
# ComposePreconditioner

0 commit comments

Comments
 (0)