| Index: tests/PathOpsOpCubicThreadedTest.cpp
|
| diff --git a/tests/PathOpsOpCubicThreadedTest.cpp b/tests/PathOpsOpCubicThreadedTest.cpp
|
| index 3448ee94cb3f37e595a8b1de5e4487740d8896ca..0ccb89d8e8f30168c536567e6279061234695984 100644
|
| --- a/tests/PathOpsOpCubicThreadedTest.cpp
|
| +++ b/tests/PathOpsOpCubicThreadedTest.cpp
|
| @@ -9,6 +9,9 @@
|
|
|
| static void testOpCubicsMain(PathOpsThreadState* data)
|
| {
|
| +#if DEBUG_SHOW_TEST_NAME
|
| + strncpy(DEBUG_FILENAME_STRING, "", DEBUG_FILENAME_STRING_LENGTH);
|
| +#endif
|
| SkASSERT(data);
|
| PathOpsThreadState& state = *data;
|
| char pathStr[1024]; // gdb: set print elements 400
|
|
|