Skip to content

Commit 998f942

Browse files
committed
test
1 parent 8f1bd3e commit 998f942

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

+3
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,9 @@ end
460460
@test bc.args[2] == 3
461461
end
462462

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

464467
include("blocktests.jl")
465468
include("bandedtests.jl")

0 commit comments

Comments
 (0)