remove dead AutoValidator

git-svn-id: http://skia.googlecode.com/svn/trunk@9729 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/GpuBitmapCopyTest.cpp b/tests/GpuBitmapCopyTest.cpp
index a800fb1..0d9cf2b 100644
--- a/tests/GpuBitmapCopyTest.cpp
+++ b/tests/GpuBitmapCopyTest.cpp
@@ -118,8 +118,8 @@
             return;
         }
         static const Pair gPairs[] = {
-            { SkBitmap::kNo_Config,         "000"  },
-            { SkBitmap::kARGB_8888_Config,  "011"  },
+            { SkBitmap::kNo_Config,         "00"  },
+            { SkBitmap::kARGB_8888_Config,  "01"  },
         };
 
         const int W = 20;