Skip to content

Commit bc43300

Browse files
proper usings
1 parent 607a62c commit bc43300

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/ArrayInterfaceStaticArraysCore/test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using StaticArrays, ArrayInterfaceCore, ArrayInterfaceStaticArraysCore, Test
2+
using LinearAlgebra
23

34
x = @SVector [1,2,3]
45
@test ArrayInterfaceCore.ismutable(x) == false

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ end
2525

2626
groups = if GROUP == "All"
2727
["ArrayInterfaceCore", "ArrayInterface", "ArrayInterfaceBandedMatrices", "ArrayInterfaceBlockBandedMatrices",
28-
"ArrayInterfaceOffsetArrays", "ArrayInterfaceStaticArrays",]
28+
"ArrayInterfaceOffsetArrays", "ArrayInterfaceStaticArrays", "ArrayInterfaceStaticArraysCore"]
2929
else
3030
[GROUP]
3131
end

0 commit comments

Comments
 (0)