Skip to content

Commit 7542f75

Browse files
committed
Fix test
1 parent 6f2c5df commit 7542f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ end
13501350
@testset "structure of dense matrices" begin
13511351
# A is neither triangular nor symmetric/Hermitian
13521352
A = [1 im 2; -im 0 3; 2 3 im]
1353-
@test factorize(A) isa LU{ComplexF64, Matrix{ComplexF64}, Vector{Int64}}
1353+
@test factorize(A) isa LU{ComplexF64, Matrix{ComplexF64}, Vector{Int}}
13541354
@test !any(LinearAlgebra.getstructure(A))
13551355
end
13561356

0 commit comments

Comments
 (0)