DO NOT MERGE Monotonic flag sets incorrectly in rangelib

am: 8d11597558

* commit '8d1159755849ffcc1bd5c0de2821a4f5fe4ea58d':
  DO NOT MERGE Monotonic flag sets incorrectly in rangelib

Change-Id: Ie0180bab1d41d86d3d2c3f14501b51b50f74635e
This commit is contained in:
Tianjie Xu 2016-05-13 18:08:12 +00:00 committed by android-build-merger
commit 8ae473d182
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class RangeSet(object):
if last <= s:
last = s+1
else:
monotonic = True
monotonic = False
data.sort()
self.data = tuple(self._remove_pairs(data))
self.monotonic = monotonic