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-06-01 17:44:28 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-01 17:44:28 +0000
commita3f05facab01712a1b58e60a70b0dbdb90a39830 (patch)
tree07ed26e6e37b2b66332a7c1a4af8cbe91f4845ff /experimental/Intersection/SimplifyNew_Test.cpp
parent99840553cda3184ec2e32fbb192d104741ceea86 (diff)
shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@4118 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/SimplifyNew_Test.cpp')
-rw-r--r--experimental/Intersection/SimplifyNew_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/experimental/Intersection/SimplifyNew_Test.cpp b/experimental/Intersection/SimplifyNew_Test.cpp
index 3a27bc10a6..9098f69fa2 100644
--- a/experimental/Intersection/SimplifyNew_Test.cpp
+++ b/experimental/Intersection/SimplifyNew_Test.cpp
@@ -104,7 +104,7 @@ static void (*tests[])() = {
static const size_t testCount = sizeof(tests) / sizeof(tests[0]);
-static void (*firstTest)() = testLine5;
+static void (*firstTest)() = 0;
static bool skipAll = false;
void SimplifyNew_Test() {
@@ -119,6 +119,7 @@ void SimplifyNew_Test() {
}
bool firstTestComplete = false;
for ( ; index < testCount; ++index) {
+ SkDebugf("%s [%d]\n", __FUNCTION__, index + 1);
(*tests[index])();
firstTestComplete = true;
}