Fix ASAN bot
authormsarett <msarett@google.com>
Wed, 13 Jul 2016 20:08:44 +0000 (13:08 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 13 Jul 2016 20:08:44 +0000 (13:08 -0700)
TBR=reed@google.com
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2152573002

Review-Url: https://codereview.chromium.org/2152573002

tests/GeometryTest.cpp

index b3bbb51bc0122ac1b81395ac2ad06ea68c9fa896..91136e0240c5184eaa2d37e03eb9e1527b9a2dbc 100644 (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 },
     };