Skip to content

Commit 826242c

Browse files
another typo
1 parent 56874ec commit 826242c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testsuite/linalg.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,6 @@ end
322322
@testsuite "QR" (AT, eltypes)->begin
323323
@testset "get property" for dims in [(3,5),(3,3),(5,3)],
324324
prop in [:Q, :R], T in eltypes
325-
@test compare(x -> getproperty(x,prop), AT, rand(T, dims) )
325+
@test compare(x -> getproperty(qr(x),prop), AT, rand(T, dims) )
326326
end
327-
end
327+
end

0 commit comments

Comments
 (0)