Index: tests/GpuBitmapCopyTest.cpp |
diff --git a/tests/GpuBitmapCopyTest.cpp b/tests/GpuBitmapCopyTest.cpp |
index 22141e54de7892cae09a9ec3ca01e0d2d0c0fe92..a800fb11d941373fd01a9827715d9b667418a7f6 100644 |
--- a/tests/GpuBitmapCopyTest.cpp |
+++ b/tests/GpuBitmapCopyTest.cpp |
@@ -25,7 +25,7 @@ static const char* boolStr(bool value) { |
// these are in the same order as the SkBitmap::Config enum |
static const char* gConfigName[] = { |
- "None", "4444", "8888" |
+ "None", "8888" |
}; |
struct Pair { |
@@ -119,7 +119,6 @@ static void TestGpuBitmapCopy(skiatest::Reporter* reporter, GrContextFactory* fa |
} |
static const Pair gPairs[] = { |
{ SkBitmap::kNo_Config, "000" }, |
scroggo
2013/06/21 18:56:59
These should now be "00" and "01", respectively.
reed1
2013/06/21 19:06:30
Done.
|
- { SkBitmap::kARGB_4444_Config, "011" }, |
{ SkBitmap::kARGB_8888_Config, "011" }, |
}; |