Fix ASAN bot

TBR=reed@google.com
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2152573002

Review-Url: https://codereview.chromium.org/2152573002
This commit is contained in:
msarett 2016-07-13 13:08:44 -07:00 committed by Commit bot
parent d8f0988b34
commit 16ef465ea9

View File

@ -163,7 +163,7 @@ static void test_this_conic_to_quad(skiatest::Reporter* r, const SkPoint pts[3],
static void test_conic_to_quads(skiatest::Reporter* reporter) {
const SkPoint triples[] = {
{ 0, 0 }, { 1, 0 }, { 1, 1 },
{ 3.58732e-43f, 2.72084f }, { 3.00392f, 3.00392f },
{ 0, 0 }, { 3.58732e-43f, 2.72084f }, { 3.00392f, 3.00392f },
{ 0, 0 }, { 100000, 0 }, { 100000, 100000 },
{ 0, 0 }, { 1e30f, 0 }, { 1e30f, 1e30f },
};