Skip to content

Commit 728fe11

Browse files
authored
Rename AbstractFFTsTestUtilsExt.jl to AbstractFFTsTestExt.jl
1 parent 7624a7e commit 728fe11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/AbstractFFTsTestUtilsExt.jl renamed to ext/AbstractFFTsTestExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file contains code that was formerly part of Julia. License is MIT: https://julialang.org/license
22

3-
module AbstractFFTsTestUtilsExt
3+
module AbstractFFTsTestExt
44

55
using AbstractFFTs
66
using AbstractFFTs: TestUtils
@@ -236,4 +236,4 @@ function TestUtils.test_real_fft(ArrayType=Array; test_inplace=true, test_adjoin
236236
end
237237
end
238238

239-
end
239+
end

0 commit comments

Comments
 (0)