Skip to content

Commit b27058c

Browse files
authored
Don't import BlockedUnitRange in test_triblockbanded.jl (#193)
This isn't used in the file
1 parent a76f945 commit b27058c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_triblockbanded.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import BlockBandedMatrices: MemoryLayout, TriangularLayout,
1010
BandedColumnMajor, BlockSkylineSizes,
1111
blockrowstop, blockcolstop, ColumnMajor
1212

13-
import BlockArrays: BlockedUnitRange, blockisequal
13+
import BlockArrays: blockisequal
1414

1515
@testset "triangular" begin
1616
@testset "triangular BandedBlockBandedMatrix mul" begin

0 commit comments

Comments
 (0)