Skip to content

Commit 4c71b6b

Browse files
authored
Update test/linalg.jl
1 parent d8fc973 commit 4c71b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ end
961961
@test dot(x, A, y) dot(x, Matrix(A), y)
962962
@test_throws DimensionMismatch dot([x, x], A, y)
963963
@test_throws DimensionMismatch dot(x, A, [y, y])
964-
@test iszero(dot(spzeros(length(x)), A, y)
964+
@test iszero(dot(spzeros(length(x)), A, y))
965965
end
966966

967967
for T in (Float64, ComplexF64, Quaternion{Float64}), trans in (Symmetric, Hermitian), uplo in (:U, :L)

0 commit comments

Comments
 (0)