fix compile error

git-svn-id: http://skia.googlecode.com/svn/trunk@12200 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathOpsSkpTest.cpp b/tests/PathOpsSkpTest.cpp
index 4d6d3bf..a46b462 100755
--- a/tests/PathOpsSkpTest.cpp
+++ b/tests/PathOpsSkpTest.cpp
@@ -1572,6 +1572,7 @@
     testPathOp(reporter, path, pathB, kIntersect_PathOp);

 }

 

+#if TRY_SEPT_BROKEN_TESTS
 static void skpskpicture15(skiatest::Reporter* reporter) {

     SkPath path;

     path.setFillType(SkPath::kEvenOdd_FillType);

@@ -1595,6 +1596,7 @@
     pathB.close();

     testPathOp(reporter, path, pathB, kIntersect_PathOp);

 }

+#endif
 
 static void (*firstTest)(skiatest::Reporter* ) = 0;