Skip to content

Commit f7fb84c

Browse files
committed
Test deprecated conv method
1 parent c8133f0 commit f7fb84c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/dsp.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ end
204204
fv = convert(Array{Float64}, v)
205205
fA = convert(Array{Float64}, A)
206206
fexp = convert(Array{Float64}, exp)
207+
@test @test_deprecated(conv(fu, fv, fA)) fexp
207208
@test conv(fu, transpose(fv), fA) fexp
208209

209210
end

0 commit comments

Comments
 (0)