Skip to content

Commit be9205b

Browse files
typo
1 parent 623b597 commit be9205b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite/linalg.jl

Lines changed: 1 addition & 1 deletion
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), rand(T, dims) )
325+
@test compare(x -> getproperty(x,prop), AT, rand(T, dims) )
326326
end
327327
end

0 commit comments

Comments
 (0)