| commit | 06c279e42a9c69de8d5e8a4a59537422e074a79e | [log] [tgz] |
|---|---|---|
| author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 06 11:52:28 2012 +0000 |
| committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 06 11:52:28 2012 +0000 |
| tree | d544f00c1127065c32fb9baf459bcac48e52b538 | |
| parent | 411dad0630913fc07f2412b4be17acfbfd914fbc [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@4174 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/SimplifyNew_Test.cpp b/experimental/Intersection/SimplifyNew_Test.cpp index 9098f69..3ce8f05 100644 --- a/experimental/Intersection/SimplifyNew_Test.cpp +++ b/experimental/Intersection/SimplifyNew_Test.cpp
@@ -104,7 +104,7 @@ static const size_t testCount = sizeof(tests) / sizeof(tests[0]); -static void (*firstTest)() = 0; +static void (*firstTest)() = testLine5; static bool skipAll = false; void SimplifyNew_Test() {