Skip to content

Commit 5fcf984

Browse files
committed
add test.
1 parent 1995295 commit 5fcf984

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ using StaticArraysCore, Test
2222
@test StaticArraysCore.tuple_length((5, 3)) == 2
2323
@test StaticArraysCore.tuple_prod((5, 3)) == 15
2424
@test StaticArraysCore.tuple_minimum((5, 3)) == 3
25+
26+
@test StaticArraysCore.StaticArrayStyle{1}(Val(2)) === StaticArraysCore.StaticArrayStyle{2}()
2527
end

0 commit comments

Comments
 (0)