Skip to content

Commit

Permalink
100% line coverage
Browse files Browse the repository at this point in the history
(Some branches are missing coverage since they would require 2^32 or 2^64 bits of storage in order to test completely)
  • Loading branch information
mbauman committed Aug 9, 2015
1 parent b01d74a commit 8a12923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_intset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ c4 = complement(s1)
@test c1 == c2 == c3 == c4
@test c4 === sizehint(c4, 100)
@test c1 == c4
@test last(c1) == typemax(Int)-1
@test last(complement(IntSet())) == typemax(Int)-1

# Push, union
s1 = IntSet()
Expand Down

0 comments on commit 8a12923

Please sign in to comment.