Skip to content

Commit

Permalink
Inferred test 2
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
jishnub and devmotion authored Dec 8, 2023
1 parent b53d12f commit f203bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pdmtypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ using Test
M = @inferred AbstractPDMat(cholesky(A))
@test M isa PDMat
@test Matrix(M) A
Mat32 = Matrix{Float32}(M)
Mat32 = @inferred Matrix{Float32}(M)
@test eltype(Mat32) == Float32
@test Mat32 Float32.(A)

Expand Down

0 comments on commit f203bff

Please sign in to comment.