diff --git a/test/test_operator.jl b/test/test_operator.jl index 58e8b03e3fb..c4d5a47cadd 100644 --- a/test/test_operator.jl +++ b/test/test_operator.jl @@ -660,7 +660,6 @@ function test_matrix_abstractscalar_add() "instead of `x - y`, do `x .- y` for element-wise subtraction." * " If you are modifying the diagonal entries of a square matrix, " * "do `x - y * LinearAlgebra.I(n)`, where `n` is the side length.", - ) for lhs in (C, C'), rhs in (x, 1.0 * x, x^2, sin(x)) @test_throws(err_add, lhs + rhs)