commit | 7db7c6bba9e9a61ad574a1d60b65bce4563beee5 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jul 27 21:22:25 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jul 27 21:22:25 2012 +0000 |
tree | 11fd4f2acba36aa1c48ff1994890691bfaf0980e | |
parent | 889b09edfeb5f461ca283dfd08ee6b23560a7859 [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@4820 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/SimplifyNew_Test.cpp b/experimental/Intersection/SimplifyNew_Test.cpp index aa475c7..2b7d4e4 100644 --- a/experimental/Intersection/SimplifyNew_Test.cpp +++ b/experimental/Intersection/SimplifyNew_Test.cpp
@@ -641,7 +641,7 @@ testSimplifyx(path); } -static void (*firstTest)() = testLine66; +static void (*firstTest)() = 0; static struct { void (*fun)();