Skip to content

Commit c115143

Browse files
committed
Wrap TestPlan's in a module
1 parent fdbc5a7 commit c115143

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/testplans.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
module TestPlans
2+
3+
import AbstractFFTs
4+
using AbstractFFTs: Plan
5+
16
mutable struct TestPlan{T,N} <: Plan{T}
27
region
38
sz::NTuple{N,Int}
@@ -226,3 +231,5 @@ function Base.:*(p::InverseTestRPlan, x::AbstractArray)
226231

227232
return y
228233
end
234+
235+
end

0 commit comments

Comments
 (0)