Skip to content

Commit 8485ca8

Browse files
authored
Update AbstractFFTs.jl
1 parent c5bf737 commit 8485ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractFFTs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include("TestUtils.jl")
1010

1111
if !isdefined(Base, :get_extension)
1212
include("../ext/AbstractFFTsChainRulesCoreExt.jl")
13-
include("../ext/AbstractFFTsTestUtilsExt.jl")
13+
include("../ext/AbstractFFTsTestExt.jl")
1414
end
1515

1616
end # module

0 commit comments

Comments
 (0)