Skip to content

Commit

Permalink
Removed unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
BioTurboNick committed Jul 6, 2021
1 parent e6342e4 commit c27ebfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/abstractarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,6 @@ end
@test [v v;;; fill(v, 1, 2)] == fill(v, 1, 2, 2)
end

@test_throws BoundsError hvncat(((1, 2), (3,)), false, zeros(Int, 0, 0, 0), 7, 8)
# output dimensions are maximum of input dimensions and concatenation dimension
begin
v1 = fill(1, 1, 1)
Expand Down

0 comments on commit c27ebfd

Please sign in to comment.