Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 committed Mar 16, 2024
1 parent 2df49fc commit 1458ed2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ end
testelconvert(Float16, A')
testelconvert(Float16, transpose(A))
testelconvert(Float16, SymTridiagonal(Symmetric(A)))
testelconvert(Float16, UpperHessenberg(A))
if VERSION >= v"1.3"
testelconvert(Float16, UpperHessenberg(A))
end
testelconvert(Float16, Hermitian(A))

r = 1:5
Expand Down

0 comments on commit 1458ed2

Please sign in to comment.