aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DataRefTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DataRefTest.cpp')
-rw-r--r--tests/DataRefTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp
index 8c9d15154d..8505fa96a0 100644
--- a/tests/DataRefTest.cpp
+++ b/tests/DataRefTest.cpp
@@ -56,7 +56,7 @@ static void test_dataset(skiatest::Reporter* reporter, const SkDataSet& ds,
for (; !iter.done(); iter.next()) {
const char* name = iter.key();
SkData* data = iter.value();
- SkDebugf("[%d] %s:%s\n", index, name, (const char*)data->bytes());
+// SkDebugf("[%d] %s:%s\n", index, name, (const char*)data->bytes());
index += 1;
}
REPORTER_ASSERT(reporter, index == count);