Index: tests/SkColor4fTest.cpp |
diff --git a/tests/SkColor4fTest.cpp b/tests/SkColor4fTest.cpp |
index c9656b9b2a0f3933f1d93a04e68d2aa391c37f92..ea99c4b934dbb428046f7935155a87cbcbb643e8 100644 |
--- a/tests/SkColor4fTest.cpp |
+++ b/tests/SkColor4fTest.cpp |
@@ -149,7 +149,7 @@ DEF_TEST(Color4f_shader, reporter) { |
SkPaint paint; |
for (const auto& rec : recs) { |
- uint32_t storage[200]; |
+ uint32_t storage[300]; |
paint.setShader(rec.fFact())->unref(); |
// Encourage 4f context selection. At some point we may need |
// to instantiate two separate contexts for optimal 4b/4f selection. |