aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/skia_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/skia_test.cpp')
-rw-r--r--tests/skia_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 2aca99d4a1..74029d457b 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -164,7 +164,7 @@ int test_main() {
if (FLAGS_veryVerbose) {
header.appendf("\n");
}
- SkDebugf(header.c_str());
+ SkDebugf("%s", header.c_str());
}