Skip to content

Commit 5fd7d33

Browse files
authored
Update test/runtests.jl
1 parent 53c67ca commit 5fd7d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ end
176176
# normalization should be inferable even if region is only inferred as ::Any,
177177
# need to wrap in another function to test this (note that p.region::Any for
178178
# p::TestPlan)
179-
f9(p::Plan{T}, sz) where {T} = AbstractFFTs.normalization(real(T), sz, region(p))
179+
f9(p::Plan{T}, sz) where {T} = AbstractFFTs.normalization(real(T), sz, AbstractFFTs.region(p))
180180
@test @inferred(f9(plan_fft(zeros(10), 1), 10)) == 1/10
181181
end
182182

0 commit comments

Comments
 (0)