Skip to content

Commit 15b73fc

Browse files
committed
test: remove xdp
1 parent 2d58c68 commit 15b73fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/linalg/test_linalg_eigenvalues.fypp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ module test_linalg_eigenvalues
2828
#: endfor
2929

3030
#:for ck,ct,ci in CMPLX_KINDS_TYPES
31+
#:if ck!="xdp"
3132
tests = [tests,new_unittest("test_eig_complex_${ci}$",test_eig_complex_${ci}$)]
33+
#:endif
3234
#: endfor
3335

3436
end subroutine test_eig_eigh

0 commit comments

Comments
 (0)