Skip to content

Commit 0681cf4

Browse files
committed
fix
1 parent b684a23 commit 0681cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/arrayops.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1953,5 +1953,5 @@ end
19531953
zs = zeros(SparseMatrixCSC([1 2; 3 4]), Complex{Float64}, (2,3))
19541954
test_zeros(zs, SparseMatrixCSC{Complex{Float64}}, (2, 3))
19551955

1956-
@test_throws Exception zeros(Float64, [1.]) #19265
1956+
@test_throws MethodError zeros(Float64, [1.]) #19265
19571957
end

0 commit comments

Comments
 (0)