Skip to content

Commit a45e4c4

Browse files
authored
remove resizing of internal fields in int set tests
1 parent 47aae05 commit a45e4c4

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)