Skip to content

Commit

Permalink
Test last convert method
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Aug 10, 2017
1 parent f30509b commit 350bdb2
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 350bdb2

Please sign in to comment.