Index: gm/arcto.cpp |
diff --git a/gm/arcto.cpp b/gm/arcto.cpp |
index 166c167ad8feb6d3f8e1ac46fecef6e0b6968db0..2897e7ab8638ae069d15384afa7c6f7faebda5ef 100644 |
--- a/gm/arcto.cpp |
+++ b/gm/arcto.cpp |
@@ -109,7 +109,7 @@ DEF_SIMPLE_GM(arcto, canvas, 500, 600) { |
/* The test below generates a reference image using SVG. To compare the result for correctness, |
enable the define below and then view the generated SVG in a browser. |
*/ |
-#define GENERATE_SVG_REFERENCE 01 |
+#define GENERATE_SVG_REFERENCE 0 |
#if GENERATE_SVG_REFERENCE |
#include "SkOSFile.h" |