| Index: tests/BlitRowTest.cpp
|
| diff --git a/tests/BlitRowTest.cpp b/tests/BlitRowTest.cpp
|
| index 3903efbfba35a9c7bc9a595a2dee75126a477d58..85761104b2385e92e64e9c611f1e51baf5d4e218 100644
|
| --- a/tests/BlitRowTest.cpp
|
| +++ b/tests/BlitRowTest.cpp
|
| @@ -14,7 +14,7 @@
|
|
|
| // these are in the same order as the SkBitmap::Config enum
|
| static const char* gConfigName[] = {
|
| - "None", "A1", "A8", "Index8", "565", "4444", "8888", "RLE_Index8"
|
| + "None", "A8", "Index8", "565", "4444", "8888"
|
| };
|
|
|
| /** Returns -1 on success, else the x coord of the first bad pixel, return its
|
|
|