Skip to content

Commit 812e221

Browse files
committed
Update runtests.jl
1 parent eda0cfb commit 812e221

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ include("test_infbanded.jl")
186186
@test BlockArrays.sortedunion(a,a) a
187187
@test BlockArrays.sortedunion([∞],a) BlockArrays.sortedunion(a,[∞]) a
188188
@test BlockArrays.sortedunion([∞],[∞]) == [∞]
189+
190+
b = Vcat([1,2],3:∞)
191+
@test BlockArrays.sortedunion(b,b) b
189192
end
190193
end
191194

0 commit comments

Comments
 (0)