diff --git a/tests/spm_tests.h b/tests/spm_tests.h index 765de2347d2cb09665554e57245af0d11229aa59..1e23270b261995e6495d1e0aa4e9bd1574311729 100644 --- a/tests/spm_tests.h +++ b/tests/spm_tests.h @@ -91,7 +91,7 @@ static inline int spm_norm_print_result( double norms, double normd, double result ) { int rc = 0; - if ( (result >= 0.) && (result < 1.) ) { + if ( (result >= 0.) && (result < 10.) ) { printf("SUCCESS !\n"); } else { printf("FAILED !\n");