Skip to content

Commit e66a012

Browse files
committed
LinearAlgebra.
1 parent 6222b08 commit e66a012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simplemisc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ end
2323
@show @__LINE__
2424
A = zeros(Complex{Float64}, 10, 10);
2525
issue407!(A)
26-
@test real.(A) == Diagonal(1:10)
26+
@test real.(A) == LinearAlgebra.Diagonal(1:10)
2727
@test all(iszero, imag.(A))
2828
end

0 commit comments

Comments
 (0)