diff --git a/test/matmul.jl b/test/matmul.jl index 3debee31..b2c4d443 100644 --- a/test/matmul.jl +++ b/test/matmul.jl @@ -103,9 +103,6 @@ end ) @test_throws err MA.operate!(+, A, B) end - @testset "unsupported_product" begin - unsupported_product() - end end @testset "Matrix multiplication" begin