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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 3ecb67673e..b7fbfc627b 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -166,6 +166,9 @@ int tool_main(int argc, char** argv) {
header.append(" SK_RELEASE");
#endif
header.appendf(" skia_arch_width=%d", (int)sizeof(void*) * 8);
+ if (FLAGS_veryVerbose) {
+ header.appendf("\n");
+ }
SkDebugf(header.c_str());
}