Skip to content

Commit 3a06a9c

Browse files
committed
remove unneeded using
1 parent af458e0 commit 3a06a9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/runtests.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,6 @@ include("dimensions.jl")
825825
include("broadcast.jl")
826826
end
827827

828-
using Test
829-
using ArrayInterface: is_lazy_conjugate
830-
831828
@testset "lazy conj" begin
832829
a = rand(ComplexF64, 2)
833830
@test is_lazy_conjugate(a) == false

0 commit comments

Comments
 (0)