Skip to content

Commit 73f7eb8

Browse files
author
Christopher Doris
committed
delete redundant test
1 parent 31cd57d commit 73f7eb8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/GC.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
@testitem "201: GC segfaults" begin
2-
# https://github.com/JuliaPy/PythonCall.jl/issues/201
3-
# This should not segfault!
4-
cmd = Base.julia_cmd()
5-
path = joinpath(@__DIR__, "finalize_test_script.jl")
6-
p = run(`$cmd -t2 --project $path`)
7-
@test p.exitcode == 0
8-
end
9-
101
@testitem "GC.gc()" begin
112
let
123
pyobjs = map(pylist, 1:100)

0 commit comments

Comments
 (0)