Skip to content

Commit 0b5fcdb

Browse files
committed
Fix missing imports in test
1 parent 174248f commit 0b5fcdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_basics.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
using Adapt: adapt
22
using ArrayLayouts: zero!
33
using BlockArrays:
4+
BlockArrays,
45
Block,
6+
BlockArray,
57
BlockIndexRange,
68
BlockRange,
79
BlockSlice,
810
BlockVector,
911
BlockedOneTo,
1012
BlockedUnitRange,
13+
BlockedArray,
1114
BlockedVector,
1215
blockedrange,
1316
blocklength,

0 commit comments

Comments
 (0)