Index: tests/PathOpsExtendedTest.cpp |
diff --git a/tests/PathOpsExtendedTest.cpp b/tests/PathOpsExtendedTest.cpp |
index efee0fcb42e10de341b4d9a79ec4deac488a3a2e..c32bfa1e061f5a4549e2c3735dc1b5639c5ea105 100644 |
--- a/tests/PathOpsExtendedTest.cpp |
+++ b/tests/PathOpsExtendedTest.cpp |
@@ -632,6 +632,7 @@ int initializeTests(skiatest::Reporter* reporter, const char* test) { |
SkPathOpsDebug::gMaxWindSum = 4; |
SkPathOpsDebug::gMaxWindValue = 4; |
#endif |
+#if DEBUG_SHOW_TEST_NAME |
testName = test; |
size_t testNameSize = strlen(test); |
SkFILEStream inFile("../../experimental/Intersection/op.htm"); |
@@ -648,6 +649,7 @@ int initializeTests(skiatest::Reporter* reporter, const char* test) { |
testNumber = atoi(numLoc) + 1; |
} |
} |
+#endif |
return reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1; |
} |