commit | c91dfe417a51f73c28ecf2708df1e0bee942c6ea | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Oct 16 12:06:27 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Oct 16 12:06:27 2012 +0000 |
tree | 65ce0d94f9bceb32e7a903e82d30d225f7cab24c | |
parent | f94dd182e63428182ae0845ca2b3f46bfa72425f [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@5959 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/SimplifyNew_Test.cpp b/experimental/Intersection/SimplifyNew_Test.cpp index d2f8b2c..9841176 100644 --- a/experimental/Intersection/SimplifyNew_Test.cpp +++ b/experimental/Intersection/SimplifyNew_Test.cpp
@@ -2828,7 +2828,7 @@ testSimplifyx(path); } -static void (*firstTest)() = testLine73x; +static void (*firstTest)() = testQuadratic7; static struct { void (*fun)();