From 511d56bdb75edb31fd5c366d7c5f35e01079ecb2 Mon Sep 17 00:00:00 2001 From: Gaurav Arya Date: Tue, 5 Sep 2023 13:27:41 -0400 Subject: [PATCH] Fix bug with TestUtils error hint handler (#120) --- src/TestUtils.jl | 2 ++ 1 file changed, 2 insertions(+) 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)