Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2697)

Unified Diff: tests/GeometryTest.cpp

Issue 2182123002: Fix ASAN bot (Closed) Base URL: https://skia.googlesource.com/skia.git@m53
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/GeometryTest.cpp
diff --git a/tests/GeometryTest.cpp b/tests/GeometryTest.cpp
index b3bbb51bc0122ac1b81395ac2ad06ea68c9fa896..91136e0240c5184eaa2d37e03eb9e1527b9a2dbc 100644
--- a/tests/GeometryTest.cpp
+++ b/tests/GeometryTest.cpp
@@ -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 },
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698