diff --git a/test/test_minres.jl b/test/test_minres.jl index 53cf56372..f8508f82e 100644 --- a/test/test_minres.jl +++ b/test/test_minres.jl @@ -40,7 +40,7 @@ A, b = zero_rhs(FC=FC) (x, stats) = minres(A, b) @test norm(x) == 0 - @test stats.status == "x is a zero-residual solution" + @test stats.status == "b is a zero-curvature directions" # Shifted system A, b = symmetric_indefinite(FC=FC)