Skip to content

Commit 2004d3f

Browse files
committed
tidy
1 parent fa0c406 commit 2004d3f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/runtests.jl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@ using TensorCast
33

44
using Test
55
using LinearAlgebra
6-
using StaticArrays
76
using Logging
87

8+
using StaticArrays
99
using OffsetArrays
1010
using Einsum
1111
using Strided
1212
using LazyArrays
13-
using Compat
14-
if VERSION >= v"1.1"
15-
using LoopVectorization
16-
end
13+
using LoopVectorization
1714

1815
@testset "ex-@shape" begin include("shape.jl") end
1916
@testset "@reduce" begin include("reduce.jl") end

0 commit comments

Comments
 (0)