Index: tests/PathOpsExtendedTest.cpp |
diff --git a/tests/PathOpsExtendedTest.cpp b/tests/PathOpsExtendedTest.cpp |
index 73a23872f890ad7cd142e6caca20f6a32f264552..e0d30ba0b3ae4a59577d32e1df6e2ed9e34a80c2 100644 |
--- a/tests/PathOpsExtendedTest.cpp |
+++ b/tests/PathOpsExtendedTest.cpp |
@@ -443,7 +443,7 @@ bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& st |
} |
const char testFunction[] = "testSimplify(reporter, path);"; |
outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream); |
- SkDebugf(temp); |
+ SkDebugf("%s", temp); |
REPORTER_ASSERT(state.fReporter, 0); |
} |
state.fReporter->bumpTestCount(); |