Skip to content

Commit

Permalink
Merge pull request #279 from JuliaArrays/ksh/convtest
Browse files Browse the repository at this point in the history
Test last convert method
  • Loading branch information
kshyatt authored Aug 10, 2017
2 parents f30509b + 350bdb2 commit bd09cd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,6 @@
@test Tuple{2, 3, 5} != StaticArrays.Size{(2, 3, 4)}
@test StaticArrays.Size{(2, 3, 4)} != Tuple{2, 3, 5}
@test StaticArrays.check_length(2) == nothing

@test convert(Tuple, @SVector [2]) == (2,)
end

0 comments on commit bd09cd6

Please sign in to comment.