Skip to content

Commit 64d7302

Browse files
committed
Update test to check against Array
1 parent be12653 commit 64d7302

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
@@ -340,7 +340,7 @@ end
340340
end
341341

342342
v = sprand(eltype(D), size(D,1), 0.1)
343-
@test ldiv!(D, copy(v)) == D \ v
343+
@test ldiv!(D, copy(v)) == D \ Array(v)
344344
end
345345
end
346346

0 commit comments

Comments
 (0)