Skip to content

Commit 20080ab

Browse files
authored
Update test_potrs.c
1 parent 07d7ca5 commit 20080ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utest/test_potrs.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@ CTEST(potrf, bug_695){
395395
};
396396
#ifdef BUILD_COMPLEX
397397
BLASFUNC(cpotrf)(&up, &n, (float*)(A3), &n, info);
398-
// printf("%g+%g*I\n", creal(A3[91]), cimag(A3[91]));
398+
printf("%g+%g*I\n", creal(A3[90]), cimag(A3[90]));
399+
printf("%g+%g*I\n", creal(A3[91]), cimag(A3[91]));
399400
if(isnan(CREAL(A3[91])) || isnan(CIMAG(A3[91]))) {
400401
CTEST_ERR("%s:%d got NaN", __FILE__, __LINE__);
401402
}

0 commit comments

Comments
 (0)