Skip to content

Commit

Permalink
Merge pull request JuliaCollections#832 from KristofferC/patch-1
Browse files Browse the repository at this point in the history
remove resizing of internal fields in int set tests
  • Loading branch information
oxinabox committed Oct 28, 2022
2 parents c268b02 + a45e4c4 commit 577774d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_int_set.jl
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,7 @@ import DataStructures: IntSet

@testset "Test logic against Set" begin
p = IntSet([0,1,4,5])
resize!(p.bits, 6)
q = IntSet([0,2,4,6])
resize!(q.bits, 8)
p′ = complement(p)
q′ = complement(q)
function collect10(itr)
Expand Down

0 comments on commit 577774d

Please sign in to comment.