Skip to content

Commit 2ceb49f

Browse files
committed
add StaticArrays to require
1 parent 45625a0 commit 2ceb49f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/testsuite/testsuite.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ function against_base(f, Typ, sizes...)
3030
end
3131

3232

33-
34-
3533
include("blas.jl")
3634
include("broadcasting.jl")
3735
include("construction.jl")

test/REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SpecialFunctions
1+
StaticArrays

0 commit comments

Comments
 (0)