Chromium Code Reviews| Index: tests/skia_test.cpp |
| diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp |
| index 3ecb67673e86f611d8597ef7ce728239c350eb86..b7fbfc627be5b549a90b363acfbecfa0bc03c002 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()); |
| } |