From da000d714d02e65fedd25958febd029998ad2bf0 Mon Sep 17 00:00:00 2001 From: David Little Date: Wed, 3 Apr 2024 12:23:54 -0400 Subject: [PATCH] improve test comment --- test/runtests.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 0622d4b..7f13907 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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