Skip to content

Commit f601f7e

Browse files
add a test for mutability of tuples
1 parent 02af5f0 commit f601f7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using StaticArrays
77
@test ArrayInterface.ismutable(@SVector [1,2,3]) == false
88
@test ArrayInterface.ismutable(@MVector [1,2,3]) == true
99
@test ArrayInterface.ismutable(1:10) == false
10+
@test ArrayInterface.ismutable((0.1,1.0)) == false
1011

1112
using LinearAlgebra, SparseArrays
1213

0 commit comments

Comments
 (0)