Skip to content

Commit c84cc43

Browse files
committed
add Compat.
1 parent 69fc1a7 commit c84cc43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/chebyshevjacobitests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using FastTransforms, LinearAlgebra, Statistics, Compat
2-
using Compat.Test
1+
using FastTransforms, Compat
2+
using Compat.Test, Compat.LinearAlgebra, Compat.Statistics
33

44
@testset "Chebyshev--Jacobi transform" begin
55
println("Testing the accuracy of asymptotics")

0 commit comments

Comments
 (0)