diff --git a/test/core.jl b/test/core.jl index d7663762..e2736bea 100644 --- a/test/core.jl +++ b/test/core.jl @@ -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