diff --git a/unsupported/test/minres.cpp b/unsupported/test/minres.cpp index faa799e06..eb187d445 100644 --- a/unsupported/test/minres.cpp +++ b/unsupported/test/minres.cpp @@ -19,7 +19,7 @@ template void test_minres_T() //minres, SSORPreconditioner > minres_colmajor_ssor; // CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_diag) ); - CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_I) ); + CALL_SUBTEST( check_sparse_spd_solving(minres_colmajor_I) ); // CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_ilut) ); //CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_ssor) ); }