Skip to content

Commit 2e31933

Browse files
committed
Just use Compat.LinearAlgebra.
1 parent 63e7e86 commit 2e31933

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
using StaticArrays, Compat, Compat.Test
1+
using StaticArrays, Compat, Compat.Test, Compat.Random, Compat.LinearAlgebra
22
if VERSION > v"0.7-"
3-
using Random
4-
using LinearAlgebra
53
using InteractiveUtils
64
else
7-
using Base.Random
85
const LinearAlgebra = Base.LinAlg
96
const tr = trace
107
const mul! = A_mul_B!

0 commit comments

Comments
 (0)