diff --git a/testing/testing_zlantr.c b/testing/testing_zlantr.c index fcbb174b39f84da2ba143b9185ad5001cb9c47ac..a34a841ed2b1461c82dd96e2fc427ff5c6f29ee4 100644 --- a/testing/testing_zlantr.c +++ b/testing/testing_zlantr.c @@ -177,7 +177,7 @@ testing_t test_zlantr; const char *zlantr_params[] = { "mtxfmt", "nb", "norm", "uplo", "diag", "m", "n", "lda", "seedA", NULL }; const char *zlantr_output[] = { NULL }; -const char *zlantr_outchk[] = { "RETURN", NULL }; +const char *zlantr_outchk[] = { "||A||", "||B||", "||R||", "RETURN", NULL }; /** * @brief Testing registration function