| Index: tests/BitmapCopyTest.cpp
|
| diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp
|
| index 40cfbe0d54232969c0873a395a10db84849c4071..d1ed9309ae868b690d4cd60642830726988e9e60 100644
|
| --- a/tests/BitmapCopyTest.cpp
|
| +++ b/tests/BitmapCopyTest.cpp
|
| @@ -185,7 +185,7 @@ static void writeCoordPixels(SkBitmap& bm, const Coordinates& coords) {
|
| static const Pair gPairs[] = {
|
| { kUnknown_SkColorType, "000000" },
|
| { kAlpha_8_SkColorType, "010101" },
|
| - { kIndex_8_SkColorType, "011101" },
|
| + { kIndex_8_SkColorType, "011111" },
|
| { kRGB_565_SkColorType, "010101" },
|
| { kARGB_4444_SkColorType, "010111" },
|
| { kN32_SkColorType, "010111" },
|
|
|