Skip to content

Commit 4029e5b

Browse files
committed
Merge pull request #15351 from JuliaLang/ksh/qrbec
Add tests for qr/qr!(AbstractVector)
2 parents 5125320 + 9fdcf12 commit 4029e5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/linalg/qr.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,5 @@ let
179179
end
180180
end
181181

182+
@test qr(Int[]) == (Int[],1)
183+
@test Base.LinAlg.qr!(Int[1]) == (Int[1],1)

0 commit comments

Comments
 (0)