Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed Nov 19, 2024
1 parent 8f1bd3e commit 998f942
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,9 @@ end
@test bc.args[2] == 3
end

@testset "_vec_mul_arguments method" begin
@test_throws "MethodError: no method matching _vec_mul_arguments" LazyArrays._vec_mul_arguments(2, [])
end

include("blocktests.jl")
include("bandedtests.jl")
Expand Down

0 comments on commit 998f942

Please sign in to comment.