Fix ASAN bot.
TBR=caryclark@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3591 Change-Id: Ib80ee9c5a3277de64bcde85383ad712956118295 Reviewed-on: https://skia-review.googlesource.com/3591 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Mike Klein <mtklein@chromium.org>
This commit is contained in:
parent
36a77ee494
commit
2e68865813
@ -142,7 +142,7 @@ static void chalkboard_threaded(skiatest::Reporter* reporter, const char* filena
|
||||
for (int i = 0; i < bitCount; ++i) {
|
||||
int bit;
|
||||
do {
|
||||
bit = r.nextRangeU(0, 64);
|
||||
bit = r.nextRangeU(0, 63);
|
||||
} while (testlines & (1LL << bit));
|
||||
testlines |= 1LL << bit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user