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
NOTREECHECKS=true
NOTRY=true
NOPRESUBMIT=true

Review-Url: https://codereview.chromium.org/2182123002
diff --git a/tests/GeometryTest.cpp b/tests/GeometryTest.cpp
index b3bbb51..91136e0 100644
--- a/tests/GeometryTest.cpp
+++ b/tests/GeometryTest.cpp
@@ -163,7 +163,7 @@
 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 },
     };