Skip to content

Commit 577774d

Browse files
authored
Merge pull request JuliaCollections#832 from KristofferC/patch-1
remove resizing of internal fields in int set tests
2 parents c268b02 + a45e4c4 commit 577774d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_int_set.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,7 @@ import DataStructures: IntSet
237237

238238
@testset "Test logic against Set" begin
239239
p = IntSet([0,1,4,5])
240-
resize!(p.bits, 6)
241240
q = IntSet([0,2,4,6])
242-
resize!(q.bits, 8)
243241
p′ = complement(p)
244242
q′ = complement(q)
245243
function collect10(itr)

0 commit comments

Comments
 (0)