diff --git a/test/cov.jl b/test/cov.jl index 27543b31..6cc16ebc 100644 --- a/test/cov.jl +++ b/test/cov.jl @@ -21,7 +21,6 @@ function test_isapprox_preserves_symherm_structure(f::F, x::AbstractMatrix, y::A if A isa Union{Symmetric,Hermitian} @test fA isa (A isa Symmetric ? Symmetric : Hermitian) @test fA.uplo == A.uplo - @test parent(fA) != fA # only active triangle is written to end end end