| Index: tests/ReadPixelsTest.cpp | 
| diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp | 
| index 6aebe6effa401b79409378edc3e4a053762efa65..5d3bfc990255916662a0cc72590e6f9a20cc69ab 100644 | 
| --- a/tests/ReadPixelsTest.cpp | 
| +++ b/tests/ReadPixelsTest.cpp | 
| @@ -130,7 +130,6 @@ static void fill_src_texture(GrTexture* texture) { | 
| #endif | 
|  | 
| static void fill_dst_bmp_with_init_data(SkBitmap* bitmap) { | 
| -    SkASSERT(bitmap->lockPixelsAreWritable()); | 
| SkAutoLockPixels alp(*bitmap); | 
| int w = bitmap->width(); | 
| int h = bitmap->height(); | 
|  |