aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/SimplifyNew_Test.cpp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-19 18:26:24 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-19 18:26:24 +0000
commit185c7c47983dde02b5542cf45fe3fc58a3ecb055 (patch)
tree70c74227652789e65667f05bef4482b26dfa2e97 /experimental/Intersection/SimplifyNew_Test.cpp
parent183e34b906372a31ef9a807cfa1c75579d9206d8 (diff)
shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@6020 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/SimplifyNew_Test.cpp')
-rw-r--r--experimental/Intersection/SimplifyNew_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/Intersection/SimplifyNew_Test.cpp b/experimental/Intersection/SimplifyNew_Test.cpp
index 4cd7f01b82..667b59635e 100644
--- a/experimental/Intersection/SimplifyNew_Test.cpp
+++ b/experimental/Intersection/SimplifyNew_Test.cpp
@@ -2841,7 +2841,7 @@ static void testQuadratic51() {
testSimplifyx(path);
}
-static void (*firstTest)() = testQuadratic51;
+static void (*firstTest)() = 0;
static struct {
void (*fun)();
@@ -3127,7 +3127,7 @@ static const size_t subTestCount = sizeof(subTests) / sizeof(subTests[0]);
static bool skipAll = false;
static bool runSubTests = false;
-static bool runReverse = true;
+static bool runReverse = false;
void SimplifyNew_Test() {
if (skipAll) {