Skip to content

Commit ce52faf

Browse files
committed
typo: getri
1 parent c25e3ff commit ce52faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg/test_blas_lapack.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ contains
2828
testsuite = [ &
2929
#:for k1, t1 in REAL_KINDS_TYPES
3030
new_unittest("test_gemv${t1[0]}$${k1}$", test_gemv${t1[0]}$${k1}$), &
31-
new_unittest("test_getri${t1[0]}$${k1}$", test_gemv${t1[0]}$${k1}$), &
31+
new_unittest("test_getri${t1[0]}$${k1}$", test_getri${t1[0]}$${k1}$), &
3232
#:endfor
3333
new_unittest("test_idamax", test_idamax) &
3434
]

0 commit comments

Comments
 (0)