Skip to content

Commit 749c912

Browse files
Update stdlib/SparseArrays/test/sparse.jl
Co-authored-by: Daniel Karrasch <daniel.karrasch@posteo.de>
1 parent 05c8de0 commit 749c912

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/SparseArrays/test/sparse.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ end
9090
lt = LowerTriangular([1.0 2.0 3.0; 4.0 5.0 6.0; 7.0 8.0 9.0])
9191
@test convert(LowerTriangular, sparse(lt)) isa LowerTriangular
9292
@test convert(LowerTriangular, sparse(lt)) == lt
93-
9493
ut = UpperTriangular([1.0 2.0 3.0; 4.0 5.0 6.0; 7.0 8.0 9.0])
9594
@test convert(UpperTriangular, sparse(ut)) isa UpperTriangular
9695
@test convert(UpperTriangular, sparse(ut)) == ut

0 commit comments

Comments
 (0)