Skip to content

Commit

Permalink
Missing tests for IdSet (#56258)
Browse files Browse the repository at this point in the history
Co-authored-by: CY Han <[email protected]>
  • Loading branch information
kshyatt and inkydragon authored Dec 14, 2024
1 parent fe5ed17 commit f84d0c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@ end
@test !isempty(A)
A = empty!(A)
@test isempty(A)
@test isnothing(sizehint!(A, 10))
@test Base.copymutable(A) == copy(A)
end

@testset "⊊, ⊋" begin
Expand Down

0 comments on commit f84d0c4

Please sign in to comment.