Skip to content

Commit

Permalink
Fix #8976
Browse files Browse the repository at this point in the history
partial cherry pick, just the added tests, from commit 67a1f68
  • Loading branch information
ViralBShah authored and tkelman committed Jan 4, 2015
1 parent 5f8d8d1 commit 17b11ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sparse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,6 @@ end
# issue #8363
@test_throws BoundsError sparsevec([-1=>1,1=>2])

# issue #8976
@test conj(sparse([1im])) == sparse(conj([1im]))
@test conj!(sparse([1im])) == sparse(conj!([1im]))

0 comments on commit 17b11ae

Please sign in to comment.