Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3126 committed Dec 17, 2016
1 parent b684a23 commit 0681cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arrayops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1953,5 +1953,5 @@ end
zs = zeros(SparseMatrixCSC([1 2; 3 4]), Complex{Float64}, (2,3))
test_zeros(zs, SparseMatrixCSC{Complex{Float64}}, (2, 3))

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

0 comments on commit 0681cf4

Please sign in to comment.