Skip to content

Commit 629ce26

Browse files
committed
Test error path
1 parent e63635c commit 629ce26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/dense.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,6 +1394,8 @@ end
13941394
tA = LinearAlgebra.copytri_maybe_inplace(copy(Ac), 'L', conjugate, diag)
13951395
@test tR == tA
13961396
end
1397+
1398+
@test_throws ArgumentError LinearAlgebra.copytri_maybe_inplace(Rc, 'X')
13971399
end
13981400

13991401
end # module TestDense

0 commit comments

Comments
 (0)