Skip to content

Commit 31cd57d

Browse files
author
Christopher Doris
committed
typo: testset -> testitem
1 parent cd4db5c commit 31cd57d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/GC.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@testset "201: GC segfaults" begin
1+
@testitem "201: GC segfaults" begin
22
# https://github.com/JuliaPy/PythonCall.jl/issues/201
33
# This should not segfault!
44
cmd = Base.julia_cmd()
@@ -7,7 +7,7 @@
77
@test p.exitcode == 0
88
end
99

10-
@testset "GC.gc()" begin
10+
@testitem "GC.gc()" begin
1111
let
1212
pyobjs = map(pylist, 1:100)
1313
Threads.@threads for obj in pyobjs
@@ -19,7 +19,7 @@ end
1919
@test isempty(PythonCall.GC.QUEUE.items)
2020
end
2121

22-
@testset "GC.GCHook" begin
22+
@testitem "GC.GCHook" begin
2323
let
2424
pyobjs = map(pylist, 1:100)
2525
Threads.@threads for obj in pyobjs

0 commit comments

Comments
 (0)