Skip to content

Commit 0749072

Browse files
Lewihdevmotion
andauthored
Update test/linalg.jl
Co-authored-by: David Widmann <[email protected]>
1 parent 35a3542 commit 0749072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ c = ArrayPartition(cc)
3737
d = ArrayPartition(dd)
3838
A = rand(n)
3939
for T in (Array{Float64}, Array{ComplexF64},)
40-
B = T(A)
40+
local B = T(A)
4141
mul!(d, b, A)
4242
for i = 1:length(c.x)
4343
@test d.x[i] == b.x[i] * A

0 commit comments

Comments
 (0)