Skip to content

Commit f65ab8d

Browse files
one more
1 parent f2e5d5a commit f65ab8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/core.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,5 +267,6 @@ end
267267
@test ArrayInterface.ldlt_instance(A) isa typeof(ldlt(SymTridiagonal(A' * A)))
268268
@test ArrayInterface.lu_instance(A) isa typeof(lu(A))
269269
@test ArrayInterface.qr_instance(A) isa typeof(qr(A))
270+
@test ArrayInterface.svd_instance(A) isa typeof(svd(A))
270271
end
271272
end

0 commit comments

Comments
 (0)