Index: tests/StreamTest.cpp |
diff --git a/tests/StreamTest.cpp b/tests/StreamTest.cpp |
index 2a60a7b10f921dd6988e75cea280ff1a61ab06fa..a3df8d71bb4dde6ab18d453b94be83dc35032471 100644 |
--- a/tests/StreamTest.cpp |
+++ b/tests/StreamTest.cpp |
@@ -164,9 +164,8 @@ static void TestPackedUInt(skiatest::Reporter* reporter) { |
for (i = 0; i < SK_ARRAY_COUNT(sizes); ++i) { |
size_t n = rstream.readPackedUInt(); |
if (sizes[i] != n) { |
- SkDebugf("-- %d: sizes:%x n:%x\n", i, sizes[i], n); |
+ ERRORF(reporter, "sizes:%x != n:%x\n", i, sizes[i], n); |
} |
- REPORTER_ASSERT(reporter, sizes[i] == n); |
} |
} |