This commit is contained in:
bloeys
2022-06-11 04:06:32 +04:00
parent 41107498be
commit 8635dc7b70

View File

@ -67,7 +67,6 @@ func TestNSet(t *testing.T) {
n7.Union(n6)
AllTrue(t, n6.ContainsAll(4, 7, 100, 1000), !n6.Contains(math.MaxUint32), n7.ContainsAll(4, 7, 100, 1000, math.MaxUint32), n7.StorageUnitCount == n7OldStorageUnitCount+n6.StorageUnitCount)
}
func TestNSetFullRange(t *testing.T) {