From 998f942a2a8c6fa4abf63edcd9c13330de542486 Mon Sep 17 00:00:00 2001 From: DanielVandH Date: Tue, 19 Nov 2024 20:41:12 +0000 Subject: [PATCH] test --- test/runtests.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 55b1abc8..e6ee0a84 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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")