Skip to content

Commit f97a629

Browse files
committed
Fix tests.
1 parent 7f353c4 commit f97a629

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

test/runtests.jl

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,11 @@ using GPUArrays, Test, Pkg
33
include("testsuite.jl")
44

55
@testset "JLArray" begin
6-
# install the JLArrays subpackage in a temporary environment
7-
old_project = Base.active_project()
8-
Pkg.activate(; temp=true)
9-
Pkg.develop(path=joinpath(dirname(@__DIR__), "lib", "JLArrays"))
10-
116
using JLArrays
127

138
jl([1])
14-
15-
TestSuite.test(JLArray)
16-
17-
Pkg.activate(old_project)
18-
end
19-
20-
#=
21-
@testset "JLArray" begin
22-
using JLArrays
23-
24-
jl([1])
25-
269
TestSuite.test(JLArray)
2710
end
28-
=#
2911

3012
@testset "Array" begin
3113
TestSuite.test(Array)

0 commit comments

Comments
 (0)