Skip to content

Commit f675c06

Browse files
kshyattlkdvos
andcommitted
Update test/testsuite/svd.jl
Co-authored-by: Lukas Devos <[email protected]>
1 parent 7ca39bf commit f675c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite/svd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function test_svd_full(
121121
@test all(isposdef, diagview(S2))
122122

123123
Sc = similar(A, real(eltype(T)), min(m, n))
124-
Sc2 = svd_vals!(copy!(Ac, A), Sc)
124+
Sc2 = @testinferred svd_vals!(copy!(Ac, A), Sc)
125125
@test collect(diagview(S)) collect(Sc2)
126126
end
127127
end

0 commit comments

Comments
 (0)