Skip to content

Commit e1704cf

Browse files
committed
Update test_infqr.jl
1 parent caeba18 commit e1704cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_infqr.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ import SemiseparableMatrices: AlmostBandedLayout, VcatAlmostBandedLayout
297297
@test (qr(A) \ b) (ul(A) \ b)
298298
end
299299

300-
@tstset "SymTridiagonal QR" begin
300+
@testset "SymTridiagonal QR" begin
301301
A = LazyBandedMatrices.SymTridiagonal([[1,2]; Fill(3,∞)], [[1, 2]; Fill(1,∞)])
302302
Q,R = qr(A)
303303
@test (Q*R)[1:10,1:10] A[1:10,1:10]

0 commit comments

Comments
 (0)