Skip to content

Commit 1db2cff

Browse files
committed
Stop testing BigFloat keys in WeakKeyIdDict
This fails with Julia nightly (as it made BigFloat immutable) and we don't really need this as a feature either.
1 parent 3fe0405 commit 1db2cff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/WeakKeyIdDict-test.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,6 @@ end
143143

144144
@testset "WeakKeyIdDict.gc" begin
145145

146-
# issue #26939
147-
d26939 = WeakKeyIdDict()
148-
d26939[big"1.0" + 1.1] = 1
149-
GC.gc() # make sure this doesn't segfault
150-
151146
wkd = WeakKeyIdDict([42]=>2, [43]=>3, [44]=>4)
152147
for k in keys(wkd)
153148
delete!(wkd, k)

0 commit comments

Comments
 (0)