Skip to content

Commit 918cce9

Browse files
committed
Rename test modules
1 parent 6eeed75 commit 918cce9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/testbackend.jl renamed to test/AbstractFFTsTestUtils.jl

Lines changed: 1 addition & 1 deletion
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 TestUtils
3+
module AbstractFFTsTestUtils
44

55
export test_fft_backend
66

File renamed without changes.

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include("testplans.jl")
66
include("testbackend.jl")
77

88
using .TestPlans
9-
using .TestUtils
9+
using .AbstractFFTsTestUtils
1010

1111
test_fft_backend()
1212

0 commit comments

Comments
 (0)