Skip to content

Commit

Permalink
improve test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
haberdashPI committed Apr 3, 2024
1 parent 84eedb3 commit da000d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ include("set_up_tests.jl")
end

@testset "WeakKeyIdDict.gc" begin

# issue #26939
# https://github.com/JuliaLang/julia/issues/26939
d26939 = WeakKeyIdDict()
d26939[big"1.0" + 1.1] = 1
GC.gc() # make sure this doesn't segfault
Expand Down

0 comments on commit da000d7

Please sign in to comment.