Skip to content

Commit 17edca2

Browse files
committed
Use Compat.Test instead of Base.Test
1 parent d0c17a1 commit 17edca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

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

33
using AbstractFFTs
4-
using Base.Test
4+
using Compat.Test
55

66
import AbstractFFTs: Plan, plan_fft, plan_inv, plan_bfft
77
import Base: A_mul_B!, *

0 commit comments

Comments
 (0)