diff --git a/src/TestUtils.jl b/src/TestUtils.jl index adfffea..8816e1f 100644 --- a/src/TestUtils.jl +++ b/src/TestUtils.jl @@ -1,5 +1,7 @@ module TestUtils +import ..AbstractFFTs + """ TestUtils.test_complex_ffts(ArrayType=Array; test_inplace=true, test_adjoint=true)